aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index e21d4a52..849adaa2 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -395,5 +395,5 @@ class Module(ModuleManager.BaseModule):
def membership(self, event, organisation, data):
return ["%s %s %s to team %s" %
- (data["action"], data["sender"]["login"], data["member"]["login"],
+ (data["sender"]["login"], data["action"], data["member"]["login"],
data["team"]["name"])]