Always fetch reference from origin repo

This commit is contained in:
Greizgh 2019-07-30 21:55:59 +02:00
parent cccf1fdcf0
commit c60ca18fc8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ ! -d "$SRC" ]; then
fi
cd "$SRC" || exit
git fetch
git checkout "$REF"
git checkout "origin/$REF"
cd - || exit
# Prepare EnvFile