Skip to content

Commit

Permalink
Correct ini generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Aug 29, 2014
1 parent a061beb commit 50048db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/phpini.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<%= node['current_user'] %>]
<% node['php']['ini_settings'].each do |setting, value| %>
#{setting} = #{value}
<%= setting %> = <%= value %>
<% end %>

0 comments on commit 50048db

Please sign in to comment.