summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-04 08:44:54 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-04 08:44:54 +0100
commit45c2fea6567173c9be60deebf40330c116c378f5 (patch)
tree8b979ed924717ff9bb98c3f07f42ce626f0e25ef
parent4f677b5f7e58a96598221a7aab96e603ebaf6f0e (diff)
minor output format change
-rw-r--r--parabola_repolint/linter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parabola_repolint/linter.py b/parabola_repolint/linter.py
index b0a4def..3bc4bed 100644
--- a/parabola_repolint/linter.py
+++ b/parabola_repolint/linter.py
@@ -183,7 +183,7 @@ Generated by parabola-repolint on %s at %s
def short_format(self):
''' return a (short) formatted string of the linter issues '''
now = self._end_time.strftime("%Y-%m-%d %H:%M:%S")
- out = 'parabola-repolint check at %s' % now
+ out = 'repolint digest at %s' % now
for check in self._enabled_checks:
if check.issues: