submodules fix
This commit is contained in:
parent
fdb04ba4da
commit
1a41a3442e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def main():
|
||||||
|
|
||||||
def update():
|
def update():
|
||||||
os.system("git pull")
|
os.system("git pull")
|
||||||
os.system("git submodule update --init")
|
os.system("git submodule update --recursive --remote --init")
|
||||||
|
|
||||||
fnlist = {
|
fnlist = {
|
||||||
"up": lambda: dc(f"up -d {' '.join(args.args)}"),
|
"up": lambda: dc(f"up -d {' '.join(args.args)}"),
|
||||||
|
|
Reference in a new issue