Skip to content

Commit

Permalink
fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmo committed Jan 8, 2011
1 parent 25a3fba commit 9cc2ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-autopush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ POST_COMMIT=$HOOKS_FOLDER/post-commit

if [ -d $HOOKS_FOLDER ]; then
if [ -f $POST_COMMIT ]; then
echo "Post commit hook already exits, please 'git push' manually"
echo "Post commit hook already exits, please add 'git push' manually in .git/hooks/post-commit"
exit -1
fi
echo "git push" > $POST_COMMIT
Expand Down

0 comments on commit 9cc2ede

Please sign in to comment.