aboutsummaryrefslogtreecommitdiff
path: root/git-push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-push.sh')
-rwxr-xr-xgit-push.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-push.sh b/git-push.sh
index 00d715059..a67f47df8 100755
--- a/git-push.sh
+++ b/git-push.sh
@@ -28,7 +28,8 @@ do
done
case "$#" in
0)
- die "Where would you want to push today?" ;;
+ echo "Where would you want to push today?"
+ usage ;;
esac
. git-parse-remote