Skip to content

Commit

Permalink
Update docs and tests for new prompt wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Jurd committed Nov 20, 2023
1 parent 4f244ad commit c9e0beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Secret Type: Secret Keyword
68: }
69: ],
----------
Is this a secret that should be committed to this repository? (y)es, (n)o, (s)kip, (q)uit:
Should this be committed to the repository? (y)es, (n)o, (s)kip, (q)uit:
```
There are two common cases for manual labelling:
Expand Down
2 changes: 1 addition & 1 deletion tests/audit/io_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'allow_backstep': True,
},
(
'Is this a secret that should be committed to this repository? '
'Should this be committed to the repository? '
'(y)es, (n)o, (s)kip, (b)ack, (q)uit: '
),
),
Expand Down

0 comments on commit c9e0beb

Please sign in to comment.