Skip to content

Commit

Permalink
chore: correct policy names
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 12, 2020
1 parent 8f45cc9 commit 0db75cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pact_broker/api/resources/all_webhooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def from_json
end

def policy_name
:'webhooks::webooks'
:'webhooks::webhooks'
end

private
Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/api/resources/tagged_pact_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def pacts
end

def policy_name
:'pact::pacts'
:'pacts::pacts'
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/api/resources/triggered_webhook_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def to_text
end

def policy_name
:'webhook::webhook'
:'webhooks::webhook'
end

private
Expand Down

0 comments on commit 0db75cd

Please sign in to comment.