aboutsummaryrefslogtreecommitdiff
path: root/modules/github/module.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github/module.py')
-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()))