We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Currently, AWSutils.sh script's output indicates incorrect installation paths for AWS CLI v1 and v2 command-aliases.
AWSutils.sh
Severity
To Reproduce Steps to reproduce the behavior:
AWSutils.sh --help
-c
-C
Expected behavior
That --help output match script-created configurations
--help
Deviance Description
/usr/local/bin/aws1
/usr/local/bin/aws2
The --help output says they should be at /usr/local/bin/aws and /usr/bin/aws, respectively
/usr/local/bin/aws
/usr/bin/aws
Fix Suggestions
Fix https://github.com/plus3it/AMIgen8/blob/master/AWSutils.sh#L56-L57
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Currently,
AWSutils.sh
script's output indicates incorrect installation paths for AWS CLI v1 and v2 command-aliases.Severity
To Reproduce
Steps to reproduce the behavior:
AWSutils.sh --help
-c
and-C
flagsExpected behavior
That
--help
output match script-created configurationsDeviance Description
/usr/local/bin/aws1
/usr/local/bin/aws2
The
--help
output says they should be at/usr/local/bin/aws
and/usr/bin/aws
, respectivelyFix Suggestions
Fix https://github.com/plus3it/AMIgen8/blob/master/AWSutils.sh#L56-L57
The text was updated successfully, but these errors were encountered: