From 1780914f5bc75b2e992bd2ade1230ba033b49540 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 20 Aug 2014 11:50:31 +0000 Subject: [PATCH] Fix typo... --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 8b392049b2..8e8f8c8f6e 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -154,7 +154,7 @@ factory.addStep(ShellCommand(command=["runtask", '-i', '-a', Interpolate('%(prop:arch)s'), '-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'), Interpolate('%(prop:taskname)s.yml')], - descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)')], + descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask')) # capture the taskotron log