fixed error in apache vhost temlpate

This commit is contained in:
2019-06-30 23:54:00 -04:00
parent c41052330e
commit 6cfdb8e5ad
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
AllowOverride None
Require all granted
</Directory>
<% end - %>
<% end -%>
<% if node['web']['static'] %>
<% node['web']['static'].each do |static| -%>