diff --git a/src/root/build.tt b/src/root/build.tt index 99de759b..058b4ced 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -112,14 +112,14 @@ System: [% build.system %] - [% IF !build.finished %] + [% IF build.finished %] Duration: [% IF build.iscachedbuild %] (cached[% IF cachedBuild %] from [% INCLUDE renderFullBuildLink build=cachedBuild %][% END %]) [% ELSE %] - [% INCLUDE renderDuration duration = build.stoptime - build.starttime %] finished at [% INCLUDE renderDateTime timestamp = build.stoptime %] + [% INCLUDE renderDuration duration = build.stoptime - build.starttime %] finished at [% INCLUDE renderDateTime timestamp = build.stoptime %] [% END %]