Skip to content

Commit

Permalink
fix(jans-cli): corrected typo (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Mar 15, 2022
1 parent 40e24ea commit 4d93a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cli/cli/config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def get_input(self, values=[], text='Selection', default=None, itype=None,
example=None, spacing=0
):
if 'b' in values and 'q' in values and 'x' in values:
print(self.colored_text("b: back, q: quit x: lougout and quit", grey_color))
print(self.colored_text("b: back, q: quit x: logout and quit", grey_color))
print()
type_text = ''
if itype:
Expand Down

0 comments on commit 4d93a49

Please sign in to comment.