Duh. Fix transposed characters in git-pull-script
I'd stupidly only tested the non-branch-name version.
This commit is contained in:
parent
a69d094366
commit
5571be75eb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user