Skip to content

Commit

Permalink
Merge pull request #762 from antaflos/patch-1
Browse files Browse the repository at this point in the history
Remove an unnecessary empty line in directories
  • Loading branch information
igalic committed Jun 5, 2014
2 parents af9fa52 + c605967 commit 07afa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/_directories.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<%- else -%>
<%- provider = 'Directory' -%>
<%- end -%>
<%- path = directory['path'] %>
<%- path = directory['path'] -%>

<<%= provider %> "<%= path %>">
<%- if directory['headers'] -%>
Expand Down

0 comments on commit 07afa8c

Please sign in to comment.