aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-20 13:03:36 +0000
committerGravatar jesopo2019-01-20 13:03:36 +0000
commit491db4fea478857ab37719b688fc16c111ffd76e (patch)
treeed0d6f9ea1dfae13cc53bbfb90b613c604572846 /modules/github
parentAdd `!ghwebhook list` to ghwebhook.md (diff)
signature
Typo, '9)' -> '()' (github)
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/module.py b/modules/github/module.py
index 5e8c620c..462d132c 100644
--- a/modules/github/module.py
+++ b/modules/github/module.py
@@ -161,7 +161,7 @@ class Module(ModuleManager.BaseModule):
existing_hook = existing_hook_name
break
- subcommand = event["args_split"][0].lower9)
+ subcommand = event["args_split"][0].lower()
if subcommand == "list":
event["stdout"].write("Registered web hooks: %s" %
", ".join(all_hooks.keys()))