Skip to content

Commit ba328f8

Browse files
author
James Addison
authored
Merge pull request lyft#47 from lyft/20181212-mfa-sh-doc-update
Remove stale documentation suggestion
2 parents 15e1c6a + 22de546 commit ba328f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blessclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_mfa_token_cli():
199199

200200
def get_mfa_token_gui(message):
201201
sys.stderr.write(
202-
"Enter your AWS MFA token in the gui dialog. Alternatively, run mfa.sh first.\n")
202+
"Enter your AWS MFA token in the gui dialog.\n")
203203
tig = tokengui.TokenInputGUI()
204204
if message == 'BLESS':
205205
message = None

0 commit comments

Comments
 (0)