'command' -> 'commit'
This commit is contained in:
parent
f6b68815c9
commit
331a4e0a7a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue