From 010f5947749e81604753f71bb5987b472fb7dad5 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 24 Jun 2019 22:46:15 +0100 Subject: [PATCH] 'web hooks' -> 'webhooks' --- modules/git_webhooks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git_webhooks/__init__.py b/modules/git_webhooks/__init__.py index 4f86a1ff..ce2cbae8 100644 --- a/modules/git_webhooks/__init__.py +++ b/modules/git_webhooks/__init__.py @@ -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: