[tor-commits] [gettor/master] Fix typo one more time

hiro at torproject.org hiro at torproject.org
Wed May 22 09:17:58 UTC 2019


commit 2e4ff86c7c09066e16daf4b8c217ff62ea613b7a
Author: hiro <hiro at torproject.org>
Date:   Wed May 22 11:17:48 2019 +0200

    Fix typo one more time
---
 scripts/add_lins_to_db | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/add_lins_to_db b/scripts/add_lins_to_db
index 803f325..3b194af 100755
--- a/scripts/add_lins_to_db
+++ b/scripts/add_lins_to_db
@@ -99,7 +99,7 @@ def main():
               for p in providers:
                   c.execute(
                     "INSERT INTO links(link, platform, arch, version, provider, status)"
-                    "VALUES ('%s', '%s', '64', '%s', '%s', 'ACTIVE')" %(providers.get(p) + releases.get(k), k, version, p)))
+                    "VALUES ('%s', '%s', '64', '%s', '%s', 'ACTIVE')" %(providers.get(p) + releases.get(k), k, version, p))
 
 
 if __name__ == "__main__":



More information about the tor-commits mailing list