summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-23 14:27:23 -0400
committerDrew DeVault <sir@cmpwn.com>2019-04-23 14:27:23 -0400
commit0e776fa68005da2df767da57a744a669bc07ce0e (patch)
tree97225128d5025bdb11789b9cb5f7e9e0efa1953e
parentad433b7b5cff54dc214e7ff73bc76c2f50c11d11 (diff)
Fix syntax error in gitsrht/submit.py
-rw-r--r--gitsrht/submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitsrht/submit.py b/gitsrht/submit.py
index 3b12452..2b7b9c6 100644
--- a/gitsrht/submit.py
+++ b/gitsrht/submit.py
@@ -130,7 +130,7 @@ def do_post_update(repo, refs):
"name": ref,
"old": commit_to_dict(old) if old else None,
"new": commit_to_dict(new),
- }
+ })
payload["refs"].append(update)
try: