mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix(fractal): template error
This commit is contained in:
parent
764db99ef8
commit
71175563cd
|
@ -22,7 +22,7 @@ fi
|
|||
function build {
|
||||
{% if isDocker %}
|
||||
cmd fractal build "${@}"
|
||||
{% if not isFlake %}
|
||||
{% else %}
|
||||
fractal build "${@}"
|
||||
{% endif %}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue