app/lib/actions/pulp/consumer/content_uninstall.rb in katello-3.7.1.1 vs app/lib/actions/pulp/consumer/content_uninstall.rb in katello-3.8.0.rc1

- old
+ new

@@ -12,10 +12,10 @@ end def invoke_external_task pulp_extensions.consumer.uninstall_content(input[:consumer_uuid], input[:type], - parse_units_for_type) + input[:args]) end def presenter Consumer::ContentPresenter.new(self) end