Skip to content

Commit 47ea18e

Browse files
author
Nicolas Huray
committed
Display aws cli version
1 parent 62612db commit 47ea18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if ! type_exists 'aws'; then
9494
INSTALL_AWSCLI="sudo pip install awscli"
9595
info "$INSTALL_AWSCLI"
9696
INSTALL_AWSCLI_OUTPUT=$($INSTALL_AWSCLI 2>&1)
97-
success "Installing AWS CLI succeeded"
97+
success "Installing AWS CLI (`aws --version`) succeeded"
9898
set +e
9999
fi
100100

0 commit comments

Comments
 (0)