Skip to content

Commit

Permalink
Duh. Fix transposed characters in git-pull-script
Browse files Browse the repository at this point in the history
I'd stupidly only tested the non-branch-name version.
  • Loading branch information
Linus Torvalds committed Jun 28, 2005
1 parent a69d094 commit 5571be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pull-script
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
if [ "$2" ]
then
merge_name="$type '$2' of $merge_name"
merge_head="refs/{$type}s/$2"
merge_head="refs/${type}s/$2"
fi

: ${GIT_DIR=.git}
Expand Down

0 comments on commit 5571be7

Please sign in to comment.