@@ -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)
@task
def update(c):
The note is not visible to the blocked user.