This commit is contained in:
Sebastian Rust
2022-07-10 13:25:46 +02:00
parent e13e775ecb
commit 64b5a44baf
2 changed files with 2 additions and 1 deletions

View File

@@ -27,3 +27,4 @@ members:
- directory: pdfsam
- directory: scrub
- directory: plog
- directory: plymouth-git

View File

@@ -13,8 +13,8 @@ def add(c, url, name=None):
ending = ending.split(".")
name = ending[0]
c.run(f"git submodule add {url} {name}")
c.run(f"git commit -am 'added: {name}'")
addyaml(c, name)
c.run(f"git commit -am 'added: {name}'")
@task
def update(c):