diff --git a/stacks/apply-stacks.sh b/stacks/apply-stacks.sh index 396f4ff..587d8a9 100644 --- a/stacks/apply-stacks.sh +++ b/stacks/apply-stacks.sh @@ -74,9 +74,9 @@ else echo "${template_diff}" fi - echo "Are you happy with your changes? (yes/no)" + echo "Are you happy with your changes? Type 'yes' to continue" read -r input - if [ "$input" == "no" ]; then + if [ "$input" != "yes" ]; then echo "Exiting..." exit 1 fi