Remove additional ')' (copypaste fail)

This commit is contained in:
jesopo 2019-02-27 14:53:03 +00:00
parent 52092cfe28
commit e6cb5e3e6b

View file

@ -175,7 +175,7 @@ class Module(ModuleManager.BaseModule):
:usage: events <hook> [category [category ...]]
:usage: branches <hook> [branch [branch ...]]
"""
if event["target"].get_setting("github-hide-prefix", False)):
if event["target"].get_setting("github-hide-prefix", False):
event["stdout"].hide_prefix()
event["stderr"].hide_prefix()