Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
quick save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Jul 30, 2016
1 parent a2a13f3 commit 2b619ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2b619ee

Please sign in to comment.