Skip to content

Commit 9f53d4e

Browse files
author
Nicolas Huray
committed
Print output of awscli installation
1 parent 934d571 commit 9f53d4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fi
8888
# ---------------------------
8989

9090
# Check AWS is installed
91-
if ! type_exists 'awscli'; then
91+
if ! type_exists 'aws'; then
9292
h1 "Installing AWS CLI"
9393
INSTALL_AWSCLI="sudo pip install awscli"
9494
info "$INSTALL_AWSCLI"

wercker-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aws-code-deploy
2-
version: 0.0.22
2+
version: 0.0.23
33
description: Deploy applications with AWS Code Deploy
44
keywords:
55
- aws

0 commit comments

Comments
 (0)