Skip to content

Commit

Permalink
Fixes #34000 - update deprecated registry name
Browse files Browse the repository at this point in the history
`medium_providers` was renamed to `medium_providers_registry`.
  • Loading branch information
tbrisker authored and jlsherrill committed Nov 29, 2021
1 parent 76ce48e commit 861d765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@

register_info_provider Katello::Host::InfoProvider

medium_providers.register(Katello::ManagedContentMediumProvider)
medium_providers_registry.register(Katello::ManagedContentMediumProvider)

Katello::PermissionCreator.new(self).define
add_all_permissions_to_default_roles
Expand Down

0 comments on commit 861d765

Please sign in to comment.