diff options
| author | 2018-11-17 08:22:39 +0000 | |
|---|---|---|
| committer | 2018-11-17 08:22:39 +0000 | |
| commit | 331a4e0a7a5d70c0a423a66f6ead9c65087a5943 (patch) | |
| tree | 0d082c8d7151e70a6d01875fe860f6c97acdc4b6 /modules/github.py | |
| parent | utils.irc.bold needs to be given an empty string (diff) | |
| signature | ||
'command' -> 'commit'
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 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, |
