submodules fix

This commit is contained in:
Didier Slof 2023-01-04 18:54:48 +01:00
parent fdb04ba4da
commit 1a41a3442e
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -85,7 +85,7 @@ def main():
def update():
os.system("git pull")
os.system("git submodule update --init")
os.system("git submodule update --recursive --remote --init")
fnlist = {
"up": lambda: dc(f"up -d {' '.join(args.args)}"),