From 82b052a10517fbfc49c6d3b3c94543c3f59f861b Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 16 Oct 2023 13:35:25 +0200 Subject: [PATCH] Update update_script.py --- update_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_script.py b/update_script.py index bcd9bc23..1b40569c 100644 --- a/update_script.py +++ b/update_script.py @@ -14,7 +14,7 @@ def run_git_pull(): origin.pull() print("Updating submodules") try: - repo.git.submodule('update', '--init', '--recursive') + repo.git.submodule('update', '--init') # Checkout the main branch on each submodule for submodule in repo.submodules: try: