Skip to content

Commit

Permalink
fix(macros): fix format_kwargs macro
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jul 27, 2020
1 parent 702323c commit 5e6511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{%- filter indent(4) %}
{%- for k, v in kwarg|dictsort() %}
- {{ k }}: {{ v }}
- {{ k }}: {{ v|yaml_dquote if v is string else v }}
{%- endfor %}
{%- endfilter %}

Expand Down

0 comments on commit 5e6511b

Please sign in to comment.