Skip to content

Commit

Permalink
Update templates/dhcpd.host.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
astritsinani and ekohl authored May 28, 2020
1 parent a896c7d commit fda240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dhcpd.host.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ host <%= @host %> {
<% end -%>
<% end -%>
<% if not @parameters.empty? -%>
<% @parameters.keys.sort.each do |param| -%>
<% @parameters.sort.each do |param, value| -%>
<%= param %> <%= @parameters[param] %>;
<% end -%>
<% end -%>
Expand Down

0 comments on commit fda240b

Please sign in to comment.