Skip to content

Commit

Permalink
Add single quotes to value. Fixes voxpupuli#105
Browse files Browse the repository at this point in the history
  • Loading branch information
drewblessing committed Mar 26, 2014
1 parent aa39994 commit f940c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/sysconfig/defaults.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% @init_defaults.sort.map do |key, value| -%>
set <%= key %> <%= value %>
set <%= key %> '<%= value %>'
<% end -%>

0 comments on commit f940c0d

Please sign in to comment.