'web hooks' -> 'webhooks'

This commit is contained in:
jesopo 2019-06-24 22:46:15 +01:00
parent 1defa04ad2
commit 010f594774

View file

@ -156,7 +156,7 @@ class Module(ModuleManager.BaseModule):
subcommand = event["args_split"][0].lower() subcommand = event["args_split"][0].lower()
if subcommand == "list": if subcommand == "list":
event["stdout"].write("Registered web hooks: %s" % event["stdout"].write("Registered webhooks: %s" %
", ".join(all_hooks.keys())) ", ".join(all_hooks.keys()))
elif subcommand == "add": elif subcommand == "add":
if existing_hook: if existing_hook: