diff --git a/publish.bash b/publish.bash index b1cd029..b5c5001 100755 --- a/publish.bash +++ b/publish.bash @@ -8,7 +8,7 @@ if [ "$WORKING_BRANCH" = "gh-pages" ]; then else echo "You're in $WORKING_BANCH branch" echo "You need to pull in changes to the gh-pages branch to publish" - read -p "Pull into gh-pages and publish? Y/N" YES_NO + read -p "Pull into gh-pages and publish? Y/N " YES_NO if [ "$YES_NO" = "Y" ] || [ "$YES_NO" = "y" ]; then echo "Committing and pushing to $WORKING_BRANCH" git commit -am "commiting to $WORKING_BANCH";