mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-31 00:23:52 +00:00
Merge pull request #409 from ParisNeo/ParisNeo-patch-5
Update update_script.py
This commit is contained in:
commit
c6bf2b7ef4
@ -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…
x
Reference in New Issue
Block a user