~edwargix/git.sr.ht

0e776fa68005da2df767da57a744a669bc07ce0e — Drew DeVault 6 years ago ad433b7
Fix syntax error in gitsrht/submit.py
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/submit.py
M gitsrht/submit.py => gitsrht/submit.py +1 -1
@@ 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: