]> gitweb.fluxo.info Git - scripts.git/commitdiff
Commit: s/repository/remote
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Apr 2014 16:04:54 +0000 (13:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Apr 2014 16:04:54 +0000 (13:04 -0300)
commit

diff --git a/commit b/commit
index 1d922af4c4cfc54e3feedb3286f6f5ff829c3e8e..e5bed594b726da91046bf8ba58982ac6827ce2ee 100755 (executable)
--- 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