Skip to content

Commit

Permalink
Made the custom json option optionally
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcesoldier committed Apr 5, 2017
1 parent 9ef0882 commit d352361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsworks_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ -z "${PROFILE}" ]; then echo "ERROR: Please provide a aws cli profile (-p <
if [ -z "${JSON}" ]; then
CUSTOM_JSON=""
else
CUSTOM_JSON='--custom-json "${JSON}"'
CUSTOM_JSON="--custom-json $JSON"
fi

AWSCLI="aws --profile ${PROFILE} --region us-east-1 opsworks"
Expand Down

0 comments on commit d352361

Please sign in to comment.