add missing ]
This commit is contained in:
parent
b152c5e3a7
commit
a4fbc150c8
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue