Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linodecli/configuration/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def log_message(self, form, *args): # pylint: disable=arguments-differ
except KeyboardInterrupt:
print(
"\nGiving up. If you couldn't get web authentication to work, please "
"try token using a token by invoking with `linode-cli configure --token`, "
"try using a token by invoking with `linode-cli configure --token`, "
"and open an issue at https://github.com/linode/linode-cli",
file=sys.stderr,
)
Expand Down