From adb731b97b029c6e1edcfcb73e52d7e525137058 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Sun, 10 Jul 2022 13:48:19 +0200 Subject: [PATCH] added: track remote changes --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 87f378d..7a81803 100644 --- a/tasks.py +++ b/tasks.py @@ -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):