Skip to content
Merged
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 blessclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_mfa_token_cli():

def get_mfa_token_gui(message):
sys.stderr.write(
"Enter your AWS MFA token in the gui dialog. Alternatively, run mfa.sh first.\n")
"Enter your AWS MFA token in the gui dialog.\n")
tig = tokengui.TokenInputGUI()
if message == 'BLESS':
message = None
Expand Down