X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-pull.sh;h=2a10047eb710011213024bd0acc57eec87a6f965;hb=19a6cd372a998df3079d870e02c064c5bb101841;hp=434c139f077ed5b03fef2b70f2eabb66f7147f23;hpb=91527e54d565e6fb6910fb3cb22f5915b5bd346e;p=git.git diff --git a/git-pull.sh b/git-pull.sh index 434c139f0..2a10047eb 100755 --- a/git-pull.sh +++ b/git-pull.sh @@ -180,7 +180,7 @@ error_on_no_merge_candidates () { elif [ -z "$curr_branch" -o -z "$upstream" ]; then . git-parse-remote error_on_missing_default_upstream "pull" $op_type $op_prep \ - "git pull " + "git pull " else echo "Your configuration specifies to $op_type $op_prep the ref '${upstream#refs/heads/}'" echo "from the remote, but no such ref was fetched."