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