Skip to content

Commit

Permalink
Missing end quote.
Browse files Browse the repository at this point in the history
Missing the end quote on the wait setting.
  • Loading branch information
lewg authored Nov 4, 2016
1 parent 8346593 commit 7e00a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/consul-template.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ consul = "{{ consul_template_consul_server }}:{{ consul_template_consul_port }}"
log_level = "{{consul_template_log_level}}"
{% endif %}
{% if consul_template_wait is defined %}
wait = "{{consul_template_wait}}
wait = "{{consul_template_wait}}"
{% endif %}
{% if not consul_template_use_config_dir %}
{% if consul_template_templates %}
Expand Down

0 comments on commit 7e00a88

Please sign in to comment.