diff options
| author | 2019-01-22 20:50:44 +0000 | |
|---|---|---|
| committer | 2019-01-22 20:50:59 +0000 | |
| commit | 815eea69bdd8abe679968ee65114906fed7884af (patch) | |
| tree | 12ecc334369c90690ac7309742d5f7abf4f3963e /modules/github | |
| parent | Support handling `watch` event (repo being stared - misleading event name i (diff) | |
| signature | ||
Typo, had ")" closing an array instead of "]" (github)
Diffstat (limited to 'modules/github')
| -rw-r--r-- | modules/github/module.py | 2 |
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"]] |
