Skip to content

Commit c566da0

Browse files
committed
Update error message in entrypoint.sh for AWS CLI v1 architecture support
1 parent 446ac8c commit c566da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ get_download_url(){
6262
# v1
6363
if [[ "$provided_version" =~ ^1.*$ ]]; then
6464
if [[ "$provided_arch" != "amd64" ]]; then
65-
echo "AWS CLI v1 does not support ${_AWS_CLI_VERSION}"
65+
echo "Provided arch ${provided_arch} is not supported for AWS CLI v1"
6666
return
6767
fi
6868
if [[ "$provided_version" = "1" ]]; then

0 commit comments

Comments
 (0)