'web hooks' -> 'webhooks'
This commit is contained in:
parent
1defa04ad2
commit
010f594774
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
subcommand = event["args_split"][0].lower()
|
||||
if subcommand == "list":
|
||||
event["stdout"].write("Registered web hooks: %s" %
|
||||
event["stdout"].write("Registered webhooks: %s" %
|
||||
", ".join(all_hooks.keys()))
|
||||
elif subcommand == "add":
|
||||
if existing_hook:
|
||||
|
|
Loading…
Reference in a new issue