Compare commits
2 Commits
586c7e3bc7
...
82e8ce4eb2
Author | SHA1 | Date | |
---|---|---|---|
82e8ce4eb2 | |||
b061265885 |
@ -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 %}
|
{%- if value is string or value is number %}
|
||||||
{%- set value = '"' ~ value ~ '"' %}
|
{%- set value = '"' ~ value ~ '"' %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{{ option }}={{ value }}
|
{{ option }}={{ value }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user