Skip to content

Commit a8e8d84

Browse files
committed
explain that Yes is required in publish-updates
1 parent 6f30d91 commit a8e8d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-updates.command

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ popd > /dev/null
2424
read -p "Do you really want to publish? (Yes)? " answer
2525
case $answer in
2626
Yes ) (cd "${SCRIPT_PATH}"; sh publish-updates.sh);;
27-
* ) exit;;
27+
* ) echo "You need to enter Yes to publish."; exit;;
2828
esac

0 commit comments

Comments
 (0)