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 b983b2e commit a4b78f2Copy full SHA for a4b78f2
1 file changed
aws-code-deploy.sh
@@ -119,9 +119,9 @@ if ! typeExists "aws"; then
119
120
h2 "Installing AWS CLI"
121
runCommand "sudo pip install awscli"
122
- success "Installing AWS CLI (`aws --version`) succeeded"
+ success "Installing AWS CLI $(aws --version 2>&1) succeeded"
123
else
124
- success "Dependencies met (aws: `aws --version`)."
+ success "Dependencies met (aws: $(aws --version 2>&1))."
125
fi
126
127
0 commit comments