From 900d61e14fe347db9596656cffd8f8dae784a584 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Apr 2014 13:04:54 -0300 Subject: Commit: s/repository/remote --- commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit b/commit index 1d922af..e5bed59 100755 --- a/commit +++ b/commit @@ -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 -- cgit v1.2.3