Compare commits
No commits in common. "82e8ce4eb273a1016ab1613697a5a3eb821cffa5" and "586c7e3bc7b83dc18cdded7b12617682eb5f1b0c" have entirely different histories.
82e8ce4eb2
...
586c7e3bc7
@ -14,7 +14,7 @@
|
|||||||
{%- for account, config in accounts.items() %}
|
{%- for account, config in accounts.items() %}
|
||||||
[{{ account }}]
|
[{{ account }}]
|
||||||
{%- for option, value in config.items() %}
|
{%- for option, value in config.items() %}
|
||||||
{%- if value is string or value is number %}
|
{%- if value is string %}
|
||||||
{%- set value = '"' ~ value ~ '"' %}
|
{%- set value = '"' ~ value ~ '"' %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{{ option }}={{ value }}
|
{{ option }}={{ value }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user