Skip to content

Commit

Permalink
wrong noun when searching for trigger prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGarson committed Jun 21, 2013
1 parent 8539dd0 commit 534a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chef_zabbix_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def find_trigger_ids(connection, description)

def find_trigger_prototype_ids(connection, description)
request = {
:method => "trigger.get",
:method => "triggerprototype.get",
:params => {
:search => {
:description => description
Expand Down

0 comments on commit 534a1f3

Please sign in to comment.