Skip to content

Commit

Permalink
Removed double quotes. Only newlines added in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttarczynski committed Jun 30, 2015
1 parent b12a86a commit 0d771f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/plugin/python/module.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

<Module "<%= @module %>">
<%- @config.sort.each do |key,value| -%>
<%- if value.is_a?(String) -%>
<%= key %> "<%= value %>"
<%- else -%>
<%= key %> <%= value %>
<%- end -%>
<%- end -%>
</Module>

0 comments on commit 0d771f6

Please sign in to comment.