From 40a9b70df2200452a5a344268358acd9d53ba2c8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Oct 2017 13:39:39 +0200 Subject: [PATCH] Shut up warning --- 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 d79283c1..b4d68b25 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -65,7 +65,7 @@ END; [% ELSE %] Succeeded [% END %] - [% IF step.timesbuilt > 1 %] + [% IF step.timesbuilt && step.timesbuilt > 1 %] ([% step.timesbuilt %] times) [% END %] [% ELSIF step.status == 3 %]