Skip to content

Commit

Permalink
Fix CLI color (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Feb 23, 2022
1 parent 4f5649b commit 0d3504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator_cli/storages/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def deposit_data_keystores(self) -> Dict[str, str]:
click.secho(
f"Public key {public_key} is in deposit data and already in use, skipping...",
bold=True,
fg="orange",
fg="red",
)
bar.update(1)
continue
Expand Down

0 comments on commit 0d3504d

Please sign in to comment.