summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index a7414cd..b154cd3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -6,9 +6,9 @@ if ! git --version >/dev/null; then
fi
echo "$0: Updating submodules"
-echo | git submodule update --init
+echo | git submodule update --init --force --remote
-git submodule update --init
+git submodule update --init --force --remote
./contrib/gana-update.sh