mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-09 17:39:17 -04:00
fix: clone macro support for optional argument
This commit is contained in:
parent
e2ff679849
commit
94f0fbe6c2
@ -21,7 +21,7 @@ include:
|
||||
- {{ source }}.create
|
||||
|
||||
{% set prefix = "tpl-" -%}
|
||||
{% if noprefix -%}
|
||||
{% if noprefix is defined -%}
|
||||
{%- set prefix = "" -%}
|
||||
{% endif -%}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user