fix: clone macro support for optional argument

This commit is contained in:
Ben Grande 2024-01-12 18:22:33 +01:00
parent 6eefceda74
commit 2063a4328c

View File

@ -21,7 +21,7 @@ include:
- {{ source }}.create
{% set prefix = "tpl-" -%}
{% if noprefix -%}
{% if noprefix is defined -%}
{%- set prefix = "" -%}
{% endif -%}