From 4b67b0edb1062467d78bef7b6fa2f8a6b62cf033 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Oct 2023 09:52:50 +0100 Subject: [PATCH] fix(fractal): run inside the container --- 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 7450ab8..a17edeb 100755 --- a/templates/fractal/run.twig +++ b/templates/fractal/run.twig @@ -19,7 +19,7 @@ fi # Remove and generated or temporary files. function build { - fractal build "${@}" + cmd fractal build "${@}" } function ci:build {