Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
Prepend the backend name to each backend setting key.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeyes committed Jun 4, 2015
1 parent 7835b1c commit eca97be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backend.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
launch+=<%= backend %>

<%- @options.each do |key, value| -%>
<%= key -%>=<%= value %>
<%= backend -%>-<%= key -%>=<%= value %>
<%- end -%>

0 comments on commit eca97be

Please sign in to comment.