Skip to content

Commit

Permalink
CTX-6562: busy should be blue color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tintor committed Aug 20, 2024
1 parent bd8eb98 commit a0ca69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/cli/commands/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def status() -> None:
statusColors = {
'inactive': ui.errorEcho,
'active': ui.successEcho,
'busy': ui.progressEcho,
'busy': ui.stdEcho,
'reconnecting': ui.progressEcho
}

Expand Down

0 comments on commit a0ca69d

Please sign in to comment.