summaryrefslogtreecommitdiff
path: root/icklib
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-21 16:17:00 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-21 16:17:00 +0300
commitef2a2b124cc7205dbe4dd9df236cd480eee61983 (patch)
tree253b69cd5e1c3560375a5db8cb94e9bd1a26545e /icklib
parent758847ddba3d411104a61a8659a5e99f1ebc0a33 (diff)
downloadick-ef2a2b124cc7205dbe4dd9df236cd480eee61983.tar.gz
Fix ick -v "pipeline: pipeline" output
Diffstat (limited to 'icklib')
-rw-r--r--icklib/progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/progress.py b/icklib/progress.py
index d071792..462f4d1 100644
--- a/icklib/progress.py
+++ b/icklib/progress.py
@@ -98,7 +98,7 @@ class VerboseProgress(_Progress):
'projects': None,
'project': None,
'project_name': 'Project: {value}',
- 'pipeline': indent + 'pipeline: {key}',
+ 'pipeline': indent + 'pipeline: {value}',
'step': indent * 2 + '{value}',
'target': indent * 3 + '{value}',
'command': indent * 4 + '{value}',