Skip to content

Commit

Permalink
quoting values in the supervised-program template
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmontgomery committed Mar 30, 2012
1 parent fd43ac3 commit e0d5ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/supervised-program.conf.erb
@@ -1,4 +1,4 @@
[program:<%= @program['id'] %>]
<% @program.each do |k,v| %>
<%= "#{k}=#{v}" unless k=="id" %>
<%= "#{k}=\"#{v}\"" unless k=="id" %>
<% end -%>

0 comments on commit e0d5ae9

Please sign in to comment.