Skip to content

Commit

Permalink
Fix really silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Nov 27, 2011
1 parent 04e3910 commit 6da709c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitmsg.py
Expand Up @@ -342,7 +342,7 @@ def parse_annotated_tag(lines):


# Send of a http POST ping if there is something changed # Send of a http POST ping if there is something changed
if c.has_option('commitmsg', 'pingurl'): 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) # Make a http POST (the empty content makes it a POST)
ret = urllib.urlopen(pingurl, '').read() ret = urllib.urlopen(pingurl, '').read()
# We ignore what the result is... # We ignore what the result is...

0 comments on commit 6da709c

Please sign in to comment.