Skip to content

Commit

Permalink
fixes sensu#374
Browse files Browse the repository at this point in the history
  • Loading branch information
rk295 committed Jun 26, 2015
1 parent e656c25 commit 5d26413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/sensu_handler/json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def mutator=(value)
end

def filters
conf['handlers'][resource[:name]]['filters']
conf['handlers'][resource[:name]]['filters'] || []
end

def filters=(value)
Expand Down

0 comments on commit 5d26413

Please sign in to comment.