We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e421c commit dadf3d9Copy full SHA for dadf3d9
check-ecs-exec.sh
@@ -137,7 +137,7 @@ Please update the AWS CLI and try again?\n\
137
For v1: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html\n"
138
exit 1
139
fi
140
-awsCliVersion=$(${AWS_CLI_BIN} --version)
+awsCliVersion=$(${AWS_CLI_BIN} --version 2>&1)
141
printf "${COLOR_DEFAULT} AWS CLI Version | ${COLOR_GREEN}OK ${COLOR_DEFAULT}(${awsCliVersion})\n"
142
143
# Check if the Session Manager plugin exists
0 commit comments