Compare commits

..

No commits in common. "82e8ce4eb273a1016ab1613697a5a3eb821cffa5" and "586c7e3bc7b83dc18cdded7b12617682eb5f1b0c" have entirely different histories.

View File

@ -14,7 +14,7 @@
{%- for account, config in accounts.items() %}
[{{ account }}]
{%- for option, value in config.items() %}
{%- if value is string or value is number %}
{%- if value is string %}
{%- set value = '"' ~ value ~ '"' %}
{%- endif %}
{{ option }}={{ value }}