Compare commits
2 Commits
586c7e3bc7
...
82e8ce4eb2
Author | SHA1 | Date | |
---|---|---|---|
82e8ce4eb2 | |||
b061265885 |
@ -14,7 +14,7 @@
|
||||
{%- for account, config in accounts.items() %}
|
||||
[{{ account }}]
|
||||
{%- for option, value in config.items() %}
|
||||
{%- if value is string %}
|
||||
{%- if value is string or value is number %}
|
||||
{%- set value = '"' ~ value ~ '"' %}
|
||||
{%- endif %}
|
||||
{{ option }}={{ value }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user