From 212898ff421303e3860cd54e2e05e0596f88ecd1 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 11 Sep 2021 15:10:56 -0400 Subject: [PATCH] Makefile: fix submodulesupdate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3be1af7d33..5ea7149c20 100644 --- a/Makefile +++ b/Makefile @@ -481,7 +481,7 @@ submodulesupdate: @git submodule update --quiet --init --recursive --jobs 4 || true @git submodule sync --recursive @git submodule update --init --recursive --jobs 4 - @git fetch --all --tags ---recurse-submodules=yes --jobs=4 + @git fetch --all --tags --recurse-submodules=yes --jobs=4 gazeboclean: @rm -rf ~/.gazebo/*