diff options
| author | 2018-11-17 08:24:31 +0000 | |
|---|---|---|
| committer | 2018-11-17 08:24:31 +0000 | |
| commit | 5a742f05a34427138214aebf13b2bb1bed5c0552 (patch) | |
| tree | 188b9fcdc982745b9c2a90f494931104cbd039f5 | |
| parent | 'command' -> 'commit' (diff) | |
| signature | ||
Typo in modules/github.py, 'moddified' -> 'modified'
| -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 8a2625c5..ca3a7787 100644 --- a/modules/github.py +++ b/modules/github.py @@ -108,7 +108,7 @@ class Module(ModuleManager.BaseModule): commits = data["commits"] added = self._added(len(self._flat_unique(commits, "added"))) removed = self._removed(len(self._flat_unique(commits, "removed"))) - modified = self._moddified(len(self._flat_unique(commits, + modified = self._modified(len(self._flat_unique(commits, "modified"))) outputs.append("(%s) [%s/%s/%s files] '%s' pushed %d commits - %s" |
