Update update_script.py

This commit is contained in:
Saifeddine ALOUI 2023-10-16 13:35:25 +02:00 committed by GitHub
parent 55231620aa
commit 82b052a105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: