mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-13 08:25:26 -04:00
fix: clone macro support for optional argument
This commit is contained in:
parent
e2ff679849
commit
94f0fbe6c2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ include:
|
||||||
- {{ source }}.create
|
- {{ source }}.create
|
||||||
|
|
||||||
{% set prefix = "tpl-" -%}
|
{% set prefix = "tpl-" -%}
|
||||||
{% if noprefix -%}
|
{% if noprefix is defined -%}
|
||||||
{%- set prefix = "" -%}
|
{%- set prefix = "" -%}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue