Skip to content

Commit

Permalink
Coloring reverted in one case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksa Zatezalo authored and Aleksa Zatezalo committed Jul 30, 2024
1 parent 9a7cf8d commit 79587df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gato/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def configure_parser_attack(parser):
parser.add_argument(
"--file-name", "-fn",
default="test",
help=f"Name of yaml file {Output.text_color('without extension', 'red')} that will be\n"
help=f"Name of yaml file {Output.bright('without extension')} that will be\n"
"written as part of either attack type. Defaults to 'test'",
type=StringType(64)
)
Expand Down

0 comments on commit 79587df

Please sign in to comment.