Fix update.sh
This commit is contained in:
parent
64417ba629
commit
59adcccab3
@ -13,6 +13,6 @@ for module in $GLUON_MODULES; do
|
|||||||
cd "$1"/$module
|
cd "$1"/$module
|
||||||
git init
|
git init
|
||||||
|
|
||||||
git checkout $commit 2>/dev/null || fetch $repo
|
git checkout $commit 2>/dev/null || git fetch $repo
|
||||||
git checkout -B base $commit
|
git checkout -B base $commit
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user