aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 708dba469..d5bf30af4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -96,8 +96,7 @@ submodules()
96 if ! git --version >/dev/null; then 96 if ! git --version >/dev/null; then
97 echo "git not installed, skipping submodule update" 97 echo "git not installed, skipping submodule update"
98 else 98 else
99 git submodule update --init --recursive && \ 99 git submodule update --init --force --remote
100 git submodule sync --recursive
101 fi 100 fi
102} 101}
103 102