aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 08:22:39 +0000
committerGravatar jesopo2018-11-17 08:22:39 +0000
commit331a4e0a7a5d70c0a423a66f6ead9c65087a5943 (patch)
tree0d082c8d7151e70a6d01875fe860f6c97acdc4b6 /modules
parentutils.irc.bold needs to be given an empty string (diff)
signature
'command' -> 'commit'
Diffstat (limited to 'modules')
-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,