Duh. Fix transposed characters in git-pull-script

I'd stupidly only tested the non-branch-name version.
This commit is contained in:
Linus Torvalds 2005-06-28 10:15:10 -07:00
Родитель a69d094366
Коммит 5571be75eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}