Skip to content

Commit

Permalink
fixes one final bug from #200 / #217
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dorman committed Aug 8, 2014
1 parent 0f547b1 commit 031d4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/sensu_check/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def create
# Optional arguments
self.handlers = resource[:handlers] unless resource[:handlers].nil?
self.occurrences = resource[:occurrences] unless resource[:occurrences].nil?
self.refresh = resource[:refresh] unless resource[:interval].nil?
self.refresh = resource[:refresh] unless resource[:refresh].nil?
self.subscribers = resource[:subscribers] unless resource[:subscribers].nil?
self.type = resource[:type] unless resource[:type].nil?
self.standalone = resource[:standalone] unless resource[:standalone].nil?
Expand Down

0 comments on commit 031d4b3

Please sign in to comment.