From 6da709c795a1c3c61ff0e74d7e807e59c2742926 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 27 Nov 2011 17:51:12 +0100 Subject: [PATCH] Fix really silly typo --- commitmsg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitmsg.py b/commitmsg.py index 9a59e90..89bec4e 100755 --- a/commitmsg.py +++ b/commitmsg.py @@ -342,7 +342,7 @@ def parse_annotated_tag(lines): # Send of a http POST ping if there is something changed if c.has_option('commitmsg', 'pingurl'): - pingurl = c.get('commitmsg', 'pingurl')) + pingurl = c.get('commitmsg', 'pingurl') # Make a http POST (the empty content makes it a POST) ret = urllib.urlopen(pingurl, '').read() # We ignore what the result is...