From a4fbc150c80c8d170399dc6d1d813399f3a68f0b Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 20 Oct 2019 13:36:26 +0100 Subject: add missing ] --- modules/git_webhooks/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git_webhooks/gitlab.py b/modules/git_webhooks/gitlab.py index 78c8ecd5..7034ebfa 100644 --- a/modules/git_webhooks/gitlab.py +++ b/modules/git_webhooks/gitlab.py @@ -97,7 +97,7 @@ class GitLab(object): author = utils.irc.bold(data["user_username"]) action = "created" if create else "deleted" - return [["%s %s a tag: %s" % (author, action, tag), None] + return [["%s %s a tag: %s" % (author, action, tag), None]] def push(self, full_name, data): outputs = [] -- cgit v1.3.1-10-gc9f91