Skip to content

Commit 21baf28

Browse files
authored
Merge pull request #296 from sticky-note/fix/pwd
fix(macros): fix `format_kwargs` macro
2 parents 702323c + 5e6511b commit 21baf28

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)