Skip to content

Commit 4224233

Browse files
authored
docs: fix typo in base_revision parameter description (#16)
Correctly spell the `pipeline.git.base_revision` stated in the `base_revision` parameter of the `detect_secrets_git` job.
1 parent 6fd9938 commit 4224233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/detect_secrets_git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parameters:
2828
default: ''
2929
description: >
3030
The hash of the last scanned commit from the prior build. Usually, pass CircleCI
31-
"<<pipeline.git.base revision>>" pipeline parameter.
31+
"<<pipeline.git.base_revision>>" pipeline parameter.
3232
3333
steps:
3434
- checkout

0 commit comments

Comments
 (0)