Remove additional ')' (copypaste fail)
This commit is contained in:
parent
52092cfe28
commit
e6cb5e3e6b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue