aboutsummaryrefslogtreecommitdiff
path: root/modules/github/module.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github/module.py')
-rw-r--r--modules/github/module.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/github/module.py b/modules/github/module.py
index 696f7810..5fed25dd 100644
--- a/modules/github/module.py
+++ b/modules/github/module.py
@@ -193,6 +193,9 @@ class Module(ModuleManager.BaseModule):
all_hooks[existing_hook]["events"] = new_events
event["target"].set_setting("github-hooks", all_hooks)
event["stdout"].write("Updated events for hook %s" % hook)
+ else:
+ event["stderr"].write("Unknown command '%s'" %
+ event["args_split"][0])
@utils.hook("api.post.github")
def webhook(self, event):