aboutsummaryrefslogtreecommitdiff
path: root/modules/github
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github')
-rw-r--r--modules/github/module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/module.py b/modules/github/module.py
index 039ab1f6..2f891a59 100644
--- a/modules/github/module.py
+++ b/modules/github/module.py
@@ -524,4 +524,4 @@ class Module(ModuleManager.BaseModule):
data["team"]["name"])]
def watch(self, event, data):
- return ["%s starred the repository" % data["sender"]["login"])
+ return ["%s starred the repository" % data["sender"]["login"]]