diff --git a/scripts/update.sh b/scripts/update.sh index 5f0e684e..fa5f4316 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do git checkout $commit 2>/dev/null || git fetch $repo $branch git checkout -B base $commit + git submodule update --init --recursive done