From 331a4e0a7a5d70c0a423a66f6ead9c65087a5943 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 17 Nov 2018 08:22:39 +0000 Subject: 'command' -> 'commit' --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') 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, -- cgit v1.3.1-10-gc9f91