Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed May 15, 2018
1 parent 61d292d commit 2170dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedcred/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ def write_credentials(profile, creds):

with open(aws_creds_path, 'w') as configfile:
config.write(configfile)
print('Crentials successfully written to %s' % (aws_creds_path,))
print('Credentials successfully written to %s' % (aws_creds_path))

0 comments on commit 2170dbc

Please sign in to comment.