diff options
| author | 2019-02-10 15:09:20 +0000 | |
|---|---|---|
| committer | 2019-02-10 15:09:20 +0000 | |
| commit | 9ecec758283ec299b356e3de42a9ec1b4b255296 (patch) | |
| tree | 964d5c579f3e68439edac250f755195ae23a65b7 /modules/github | |
| parent | Show when pushes are forced (github) (diff) | |
| signature | ||
'jesopo pushed commit to master' -> 'jesopo pushed to master' (github)
Diffstat (limited to 'modules/github')
| -rw-r--r-- | modules/github/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py index 7ef205da..e2385fd6 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -422,7 +422,7 @@ class Module(ModuleManager.BaseModule): modified = self._modified(len(commit["modified"])) outputs.append( - "[%s/%s/%s files] %s %spushed commit to %s: %s - %s" + "[%s/%s/%s files] %s %spushed to %s: %s - %s" % (added, removed, modified, author, forced, branch, message, url)) else: |
