Skip to content

Commit

Permalink
Merge pull request #438 from zalando-stups/suggest-zaws
Browse files Browse the repository at this point in the history
Suggest zaws instead of mai
  • Loading branch information
jmcs authored Jan 24, 2017
2 parents 1db4b7a + c9f35e5 commit cad98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senza/error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __call__(self, *args, **kwargs):
self.function(*args, **kwargs)
except NoCredentialsError:
die_fatal_error(
'No AWS credentials found. Use the "mai" command-line tool '
'No AWS credentials found. Use the "zaws" command-line tool '
'to get a temporary access key\n'
'or manually configure either ~/.aws/credentials '
'or AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY.')
Expand Down

0 comments on commit cad98c5

Please sign in to comment.