Skip to content

Commit 5e6511b

Browse files
author
sticky-note
committed
fix(macros): fix format_kwargs macro
1 parent 702323c commit 5e6511b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/macros.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{%- filter indent(4) %}
66
{%- for k, v in kwarg|dictsort() %}
7-
- {{ k }}: {{ v }}
7+
- {{ k }}: {{ v|yaml_dquote if v is string else v }}
88
{%- endfor %}
99
{%- endfilter %}
1010

0 commit comments

Comments
 (0)