aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-20 13:04:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-20 13:04:54 -0300
commit900d61e14fe347db9596656cffd8f8dae784a584 (patch)
treeec6ace92bd92c9c631f4edd53767411f55c390c4
parent187df2100ee28a03ee164c6baf9b613d9bab90aa (diff)
downloadscripts-900d61e14fe347db9596656cffd8f8dae784a584.tar.gz
scripts-900d61e14fe347db9596656cffd8f8dae784a584.tar.bz2
Commit: s/repository/remote
-rwxr-xr-xcommit2
1 files changed, 1 insertions, 1 deletions
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