1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00

Revert previous commit

This commit is contained in:
Ycarus 2018-02-27 22:32:32 +01:00
parent 39e092a2ad
commit 07741d2a03

View file

@ -10,7 +10,6 @@ _get_repo() {
git -C "$1" remote set-url origin "$2"
git -C "$1" fetch origin
git -C "$1" fetch origin --tags
git -C "$1" reset --hard "origin/$3"
git -C "$1" checkout "origin/$3" -B "build" || git -C "$1" checkout "$3" -B "build"
}