Skip to content

Commit

Permalink
status: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaty committed May 6, 2022
1 parent 01a4b80 commit e275056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogite/commands/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _show_check_state(status):
f" {_symbol_for_state(check.state)} {check.name}{check.url}"
)
else:
interaction.display("[[errorr] Found no check.")
interaction.display("[[error]] Found no check.")


def _symbol_for_state(state) -> str:
Expand Down

0 comments on commit e275056

Please sign in to comment.