Skip to content

Commit

Permalink
Add missing closing bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Oct 29, 2024
1 parent c51f204 commit 1c25595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/redactor_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To redact the string 'llamasecret' from future logs:
$ echo llamasecret | buildkite-agent redactor add
To redact multiple secrets from future logs in one command, create a flat
JSON object file (for example, 'my-secrets.json', with multiple "key" values,
JSON object file (for example, 'my-secrets.json'), with multiple "key" values,
one for each secret:
$ echo '{"key":"secret1","key":"secret2"}' | buildkite-agent redactor add --format=json
Expand Down

0 comments on commit 1c25595

Please sign in to comment.