diff options
| author | 2019-01-20 13:03:36 +0000 | |
|---|---|---|
| committer | 2019-01-20 13:03:36 +0000 | |
| commit | 491db4fea478857ab37719b688fc16c111ffd76e (patch) | |
| tree | ed0d6f9ea1dfae13cc53bbfb90b613c604572846 | |
| parent | Add `!ghwebhook list` to ghwebhook.md (diff) | |
| signature | ||
Typo, '9)' -> '()' (github)
| -rw-r--r-- | modules/github/module.py | 2 |
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())) |
