1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Force checkout

This commit is contained in:
Ycarus 2018-07-30 11:19:28 +02:00
parent f8a9f61756
commit a5ea31f2b6

View file

@ -16,7 +16,7 @@ _get_repo() (
fi
git fetch origin
git fetch origin --tags
git checkout "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
)
OMR_DIST=${OMR_DIST:-openmptcprouter}