mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
Update update_script.py
This commit is contained in:
parent
55231620aa
commit
82b052a105
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user