Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Version pin AWSCLI because aws/aws-cli#6190
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-glenn committed May 26, 2021
1 parent 34e854b commit 5c458a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bastion_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function setup_environment_variables() {

function verify_dependencies(){
if [[ "a$(which aws)" == "a" ]]; then
pip install awscli
pip install awscli==1.19.79
fi
echo "${FUNCNAME[0]} Ended"
}
Expand Down

0 comments on commit 5c458a2

Please sign in to comment.