aboutsummaryrefslogtreecommitdiff
path: root/git-merge-stupid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-merge-stupid.sh')
-rwxr-xr-xgit-merge-stupid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-merge-stupid.sh b/git-merge-stupid.sh
index 4b1e59536..f612d4729 100755
--- a/git-merge-stupid.sh
+++ b/git-merge-stupid.sh
@@ -24,7 +24,7 @@ do
esac
done
-# Give up if we are given more than two remotes -- not handling octopus.
+# Give up if we are given two or more remotes -- not handling octopus.
case "$remotes" in
?*' '?*)
exit 2 ;;