Fixing config.hcl formatting-3
This commit is contained in:
parent
b42ca55d82
commit
9a93bc9b34
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ storage "consul" {
|
|||
address = "{{ config.storage.address }}"
|
||||
path = "{{ config.storage.path }}"
|
||||
}
|
||||
{%- else %}
|
||||
{% else -%}
|
||||
storage "file" {
|
||||
path = "{{ config.data_dir }}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue