aboutsummaryrefslogtreecommitdiff
path: root/commit
diff options
context:
space:
mode:
Diffstat (limited to 'commit')
-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