Skip to content

Commit

Permalink
improve clarity of cloudformation v2/v1 error message (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wilkins authored Nov 5, 2021
1 parent 3b66ba7 commit 4886f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/awslocal
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def prepare_cmd_args():
if awscli_is_v1():
cmd_args.insert(2, '--s3-endpoint-url=%s' % endpoint)
else:
print('!NOTE! The cloudformation deploy/package commands currently do not work with '
print('!NOTE! awslocal does not currently work with the cloudformation package/deploy commands supplied by'
'the AWS CLI v2. Please run "pip install awscli" to install version 1 of the AWS CLI')

return list(cmd_args)
Expand Down

0 comments on commit 4886f1b

Please sign in to comment.