Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix_timeperiods' of git://github.com/CheggEng/chef-icinga2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Nov 8, 2015
2 parents dbe5ddb + 9bcde2f commit 33d23cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/object.timeperiod.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
ranges = {
<% options['ranges'].each do |day, time| -%>
<% if day && time -%>
<%= day -%> = <%= time.inspect %>
<%= day.inspect -%> = <%= time.inspect %>
<% end -%>
<% end -%>
}
Expand Down

0 comments on commit 33d23cc

Please sign in to comment.