Skip to content
Snippets Groups Projects
Commit 59adccca authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix update.sh

parent 64417ba6
Branches
Tags
No related merge requests found
......@@ -13,6 +13,6 @@ for module in $GLUON_MODULES; do
cd "$1"/$module
git init
git checkout $commit 2>/dev/null || fetch $repo
git checkout $commit 2>/dev/null || git fetch $repo
git checkout -B base $commit
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment