From 71175563cdcbdf0fb04dc53e1e23d20ee2f59749 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Oct 2023 10:02:12 +0100 Subject: [PATCH] fix(fractal): template error --- templates/fractal/run.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fractal/run.twig b/templates/fractal/run.twig index 2963cb4..780f96e 100755 --- a/templates/fractal/run.twig +++ b/templates/fractal/run.twig @@ -22,7 +22,7 @@ fi function build { {% if isDocker %} cmd fractal build "${@}" -{% if not isFlake %} +{% else %} fractal build "${@}" {% endif %} }