diff --git a/templates/redmine_additional_environment.rb.j2 b/templates/redmine_additional_environment.rb.j2 index c868ab1..1ae7489 100644 --- a/templates/redmine_additional_environment.rb.j2 +++ b/templates/redmine_additional_environment.rb.j2 @@ -3,5 +3,5 @@ config.action_controller.allow_forgery_protection = false config.log_level = :{{ redmine_log_level }} {% if redmine_memcached %} -config.cache_store = :mem_cache_store, {% for h in redmine_memcache_hosts %}"{{ h }}"{% if not loop.last %}, {% endif %{% endfor %} +config.cache_store = :mem_cache_store, {% for h in redmine_memcache_hosts %}"{{ h }}"{% if not loop.last %}, {% endif %}{% endfor %} {% endif %}