Skip to content

Commit

Permalink
phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Dec 3, 2024
1 parent 0a06d39 commit 426f52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def main(arguments=None) -> None:
if has_changes:
exit(1) # exit with error code to denote changes
else:
print("No revisions applied please verify options provided for `--fix`")
print("No revisions applied. Please verify options provided for `--fix`")
elif args.report:
from garak.report import Report

Expand Down

0 comments on commit 426f52e

Please sign in to comment.