diff options
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 851cde4d..a3f87ad8 100644 --- a/modules/github.py +++ b/modules/github.py @@ -81,7 +81,7 @@ class Module(ModuleManager.BaseModule): event["stdout"].write( "(%s/%s pull#%s) [%s/%s] %s→%s - %s %s" % ( username, repository, number, added, removed, - from_repo, to_repo, page.data["title"], url)) + repo_from, repo_to, page.data["title"], url)) @utils.hook("api.post.github") def webhook(self, event): |
