mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Fix previous commit
This commit is contained in:
@ -225,7 +225,7 @@ def git_update(repo):
|
||||
cmd("git", ["fetch"], False if ("1" != config.option("update-light")) else True)
|
||||
if is_not_exit or ("1" != config.option("update-light")):
|
||||
cmd("git", ["checkout", "-f", config.option("branch")])
|
||||
cmd("git", ["pull"])
|
||||
cmd("git", ["pull"], False if ("1" != config.option("update-light")) else True)
|
||||
os.chdir(old_cur)
|
||||
|
||||
# qmake -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user