aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index e0305d69..268c43ad 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -17,7 +17,7 @@ class Module(ModuleManager.BaseModule):
id = command["id"]
message = commit["message"]
author = "%s <%s>" % (commit["author"]["username"],
- commit["author"]["email])
+ commit["author"]["email"])
modified_count = len(commit["modified"])
added_count = len(commit["added"])
removed_count = len(commit["removed"])