commit bbb19421d341ee6b808f65550236b7209f90c348
parent bb754ebcfcd3f70ff48330880d2b12a6d8205d8e
Author: ng0 <ng0@taler.net>
Date: Wed, 11 Dec 2019 12:41:02 +0000
remove --remote from submodules call.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap
@@ -11,7 +11,7 @@ if ! git --version >/dev/null; then
fi
git submodule update --init
-git submodule update --recursive --remote
+git submodule update --recursive
git submodule sync
cp build-system/taler-build-scripts/configure ./configure || true