Fix typo.
authorSteven Black <redacted>
Sun, 20 Aug 2017 16:08:28 +0000 (12:08 -0400)
committerSteven Black <redacted>
Sun, 20 Aug 2017 16:08:28 +0000 (12:08 -0400)
updateReadme.py

index 675cf08b265955b371f7ed62a482546bc97f92a0..a0038cba2805bfe02305c786c2f2366791f3b6e2 100644 (file)
@@ -23,12 +23,10 @@ PY3 = sys.version_info >= (3, 0)
 
 
 def main():
-    s = Template('${description} | [Readme](https://github.com/StevenBlack/'
-                 'hosts/blob/master/${location}readme.md) | '
-                 '[link](https://raw.githubusercontent.com/StevenBlack/'
-                 'hosts/master/${location}hosts) | [link]'
+    s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | '
+                 '[link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | '
+                 '${fmtentries} | '
                  '[link](http://sbc.io/hosts/${location}hosts)')
-
     with open(README_DATA_FILENAME, 'r') as f:
         data = json.load(f)
 
git clone https://git.99rst.org/PROJECT