aboutsummaryrefslogtreecommitdiff
path: root/modules/github/__init__.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-02-10 15:09:20 +0000
committerGravatar jesopo2019-02-10 15:09:20 +0000
commit9ecec758283ec299b356e3de42a9ec1b4b255296 (patch)
tree964d5c579f3e68439edac250f755195ae23a65b7 /modules/github/__init__.py
parentShow when pushes are forced (github) (diff)
signature
'jesopo pushed commit to master' -> 'jesopo pushed to master' (github)
Diffstat (limited to 'modules/github/__init__.py')
-rw-r--r--modules/github/__init__.py2
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: