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