aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py
index 801ebdce..8a2625c5 100644
--- a/modules/github.py
+++ b/modules/github.py
@@ -94,7 +94,7 @@ class Module(ModuleManager.BaseModule):
added = self._added(len(commit["added"]))
removed = self._removed(len(commit["removed"]))
- modified = self._modified(len(command["modified"]))
+ modified = self._modified(len(commit["modified"]))
outputs.append("(%s) [%s/%s/%s files] commit by '%s': %s - %s"
% (full_name, added, removed, modified, author, message,