aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3bc979a..11e815a3 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ submodules-init:
@if [ ! -d ${FUEL_BASE}/build ]; then \
git submodule -q init; \
git submodule -q sync; \
- git submodule update --remote; \
+ git submodule update; \
fi
# Clean any changes made to submodules, checkout Armband root commit