aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-27 14:53:03 +0000
committerGravatar jesopo2019-02-27 14:53:03 +0000
commite6cb5e3e6b8065fed2d66a3bda60dd509c65c908 (patch)
treedbca97e2f7b6524889f6fd54c3dbd6d228ef2a58 /modules/github
parentMake github-hide-prefix apply to !gt as well (diff)
signature
Remove additional ')' (copypaste fail)
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index e2098783..446d4258 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -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()