Fixing config.hcl formatting-3

This commit is contained in:
Eric Renfro 2018-05-15 02:42:34 -04:00
parent b42ca55d82
commit 9a93bc9b34
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ storage "consul" {
address = "{{ config.storage.address }}"
path = "{{ config.storage.path }}"
}
{%- else %}
{% else -%}
storage "file" {
path = "{{ config.data_dir }}"
}