aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/__init__.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-24 22:46:15 +0100
committerGravatar jesopo2019-06-24 22:46:15 +0100
commit010f5947749e81604753f71bb5987b472fb7dad5 (patch)
tree2fb7dc7160d69fe5fd9348240ffe5f70d89b7ccf /modules/git_webhooks/__init__.py
parentrss-seen-ids should be set per-url or they'll overwrite each other (diff)
signature
'web hooks' -> 'webhooks'
Diffstat (limited to 'modules/git_webhooks/__init__.py')
-rw-r--r--modules/git_webhooks/__init__.py2
1 files changed, 1 insertions, 1 deletions
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: