add missing ]

This commit is contained in:
jesopo 2019-10-20 13:36:26 +01:00
parent b152c5e3a7
commit a4fbc150c8

View file

@ -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 = []