Skip to content

Commit

Permalink
move blank line down so content doesn't change if options hash is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 21, 2015
1 parent 55983f5 commit b24ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/smb.conf.erb
Expand Up @@ -18,8 +18,8 @@
<% @node["samba"]["options"].each do |opt_name,opt_value| -%>
<%= opt_name %> = <%= opt_value %>
<% end -%>
<% end -%>
#============================ Share Definitions ==============================
<% @shares.each do |share,option| -%>
[<%= share %>]
Expand Down

0 comments on commit b24ef53

Please sign in to comment.