diff --git a/operator_cli/storages/local.py b/operator_cli/storages/local.py index f5a4e18..517d7f0 100644 --- a/operator_cli/storages/local.py +++ b/operator_cli/storages/local.py @@ -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