Skip to content

Commit

Permalink
explain that Yes is required in publish-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 22, 2013
1 parent 6f30d91 commit a8e8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-updates.command
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ popd > /dev/null
read -p "Do you really want to publish? (Yes)? " answer
case $answer in
Yes ) (cd "${SCRIPT_PATH}"; sh publish-updates.sh);;
* ) exit;;
* ) echo "You need to enter Yes to publish."; exit;;
esac

0 comments on commit a8e8d84

Please sign in to comment.