diff options
Diffstat (limited to 'commit')
-rwxr-xr-x | commit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ function git_push { elif git remote | grep -q 'all'; then git push all --all elif git remote | grep -q 'origin'; then - echo "Please configure the 'all' repository first." + echo "Please configure the 'all' remote first." exit 1 #git push --all fi |