From: Branden Archer Date: Wed, 25 Oct 2017 04:06:10 +0000 (-0400) Subject: Add missing quote X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9098c3b558623d82be3d010b3879f99648f05872;p=stevenblack-hosts.git Add missing quote --- diff --git a/updateReadme.py b/updateReadme.py index d18fcf7f5..f15fb80b0 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -59,7 +59,7 @@ def main(): "frequency": "", "issues": "", "url": "", - "license: ""} + "license": ""} t = Template('${name} | ${description} |[link](${homeurl})' ' | [raw](${url}) | ${frequency} | ${license} ')