From 2f946bdfd7e7ed2b18b0d92f088a425f68ad0239 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 25 Feb 2015 16:21:29 +0100 Subject: [PATCH] Render machine correctly if it doesn't contain @ --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/build.tt b/src/root/build.tt index 6929fb28..7f65d8c4 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -40,7 +40,7 @@ INCLUDE renderDuration duration = curTime - step.starttime; END %] - [% step.machine.split('@').1 %] + [% step.machine.split('@').1 || step.machine %] [% IF step.busy == 1 %] Building