aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/git_webhooks/gitea.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git_webhooks/gitea.py b/modules/git_webhooks/gitea.py
index 53172f6f..1a1074fe 100644
--- a/modules/git_webhooks/gitea.py
+++ b/modules/git_webhooks/gitea.py
@@ -215,7 +215,7 @@ class Gitea(object):
if name:
name = ": %s" % name
author = utils.irc.bold(data["release"]["author"]["login"])
- return [["%s %s a release%s" % (author, action, name)], None]
+ return [["%s %s a release%s" % (author, action, name), None]]
def fork(self, full_name, data):
forker = utils.irc.bold(data["sender"]["login"])