added: track remote changes

This commit is contained in:
Sebastian Rust
2022-07-10 13:48:19 +02:00
parent 682f0edc1e
commit adb731b97b

View File

@@ -20,7 +20,7 @@ def add(c, url, name=None):
@task
def update(c):
c.run("git pull && git submodule update --init")
c.run("git pull && git submodule update --init --remote")
@task
def addyaml(c, directory):