Skip to content

Commit 846238d

Browse files
authored
chore(scripts): upgrade default AWS CLI version to 2.27.13 (#273)
chore(scripts): upgrade default AWS CLI version ot 2.27.13
1 parent fa6c035 commit 846238d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/awscli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
AWSCLI_VERSION="${AWSCLI_VERSION:-2.23.11}"
4+
AWSCLI_VERSION="${AWSCLI_VERSION:-2.27.13}"
55

66
missing=""
77
command -v curl >/dev/null || missing="${missing} curl"

0 commit comments

Comments
 (0)