Merge pull request 'matterbridge: quote numbers' (#18) from matterbridge-booleans into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #18
This commit is contained in:
commit
82e8ce4eb2
@ -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…
Reference in New Issue
Block a user