We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f30d91 commit a8e8d84Copy full SHA for a8e8d84
scripts/publish-updates.command
@@ -24,5 +24,5 @@ popd > /dev/null
24
read -p "Do you really want to publish? (Yes)? " answer
25
case $answer in
26
Yes ) (cd "${SCRIPT_PATH}"; sh publish-updates.sh);;
27
- * ) exit;;
+ * ) echo "You need to enter Yes to publish."; exit;;
28
esac
0 commit comments