~rootmos/scripts

4fc25841019b89451b87979d282cae876730d0f6 — Gustav Behm a month ago 52c3386
Link to the script
1 files changed, 1 insertions(+), 1 deletions(-)

M scripts.py
M scripts.py => scripts.py +1 -1
@@ 29,7 29,7 @@ def run(scripts, o):

        for fn, s in section.get("scripts", {}).items():
            o.write("* ")
            o.write(fn)
            o.write(f"[{fn}]({fn})]")
            d = s.get("description")
            if d:
                o.write(": ")