Skip to content

Commit

Permalink
Merge pull request #267 from arioch/master
Browse files Browse the repository at this point in the history
Fix CollectD not being able to start due to an indentation error.
  • Loading branch information
blkperl committed May 27, 2015
2 parents 6a9f949 + 11f42ad commit 27c81f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/plugin/python/module.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

<Module "<%= @module %>">
<% @config.sort.each do |key,value| -%>
<%= key -%> <%= value %>
<% end -%>
</Module>
<%= key -%> <%= value -%>
<% end %>
</Module>

0 comments on commit 27c81f6

Please sign in to comment.