X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-pull.sh;h=2a10047eb710011213024bd0acc57eec87a6f965;hb=ee459baa5ce0a144e013a4995fd5be96bbecd05e;hp=434c139f077ed5b03fef2b70f2eabb66f7147f23;hpb=200e96e4af5e604174dff2f1487b26d3c42426f1;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."