Skip to content

Commit

Permalink
Merge pull request #196 from articulate/chore/upgrade-aws-cli
Browse files Browse the repository at this point in the history
chore(upgrade-aws-cli): upgrade aws cli to 2.15.25
  • Loading branch information
maliaberner authored Mar 4, 2024
2 parents 103522c + 12f6a47 commit 5de5f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/awscli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

AWSCLI_VERSION="${AWSCLI_VERSION:-2.13.28}"
AWSCLI_VERSION="${AWSCLI_VERSION:-2.15.25}"

missing=""
command -v curl >/dev/null || missing="${missing} curl"
Expand Down

0 comments on commit 5de5f48

Please sign in to comment.