Skip to content

Commit f85532f

Browse files
committed
Merge pull request #119 from alexiri/alexiri-patch-1
Remove duplicate exclude line in template
2 parents b45dca7 + 7bd7d39 commit f85532f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/module.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ hosts allow = <%= Array(@hosts_allow).join(' ')%>
4545
<% if @hosts_deny -%>
4646
hosts deny = <%= Array(@hosts_deny).join(' ')%>
4747
<% end -%>
48-
<% if @exclude -%>
49-
exclude = <%= Array(@exclude).join(' ')%>
50-
<% end -%>
5148
<% if @transfer_logging -%>
5249
transfer logging = <%= @transfer_logging %>
5350
<% end -%>

0 commit comments

Comments
 (0)