aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 15671d6e..9f616b4d 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -53,7 +53,7 @@ class Module(ModuleManager.BaseModule):
github_events = channel.get_setting("github-events",
DEFAULT_EVENTS)
if github_event in github_events:
- targets.append(server, channel)
+ targets.append([server, channel])
if not targets:
return None