Fix git-fetch-script breakage
It had the test for the destination reversed.
This commit is contained in:
parent
98e031f0bb
commit
60ea0fdd7d
@ -29,6 +29,8 @@ git-rev-parse --verify "$head" > /dev/null || exit 1
|
||||
|
||||
case "$merge_store" in
|
||||
'')
|
||||
;;
|
||||
*)
|
||||
echo "$head" > "$GIT_DIR/$merge_store"
|
||||
esac &&
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user