Skip to content

Commit

Permalink
Fixed missing update-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
5orenso committed Oct 23, 2019
1 parent 414aa93 commit 85067eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ ! -z "$HELP" ]; then
echo " $ bash ${0} --aws-profile myprofile --aws-region ${AWS_REGION}"
echo ""
echo "To update the stack:"
echo " $ bash ${0} --aws-profile myprofile --aws-region ${AWS_REGION}"
echo " $ bash ${0} --aws-profile myprofile --aws-region ${AWS_REGION} --update-stack"
echo ""
exit 1;
fi
Expand Down

0 comments on commit 85067eb

Please sign in to comment.