app/lib/actions/pulp/consumer/content_update.rb in katello-3.8.0.rc3 vs app/lib/actions/pulp/consumer/content_update.rb in katello-3.8.0

- old
+ new

@@ -15,10 +15,10 @@ options = { "importkeys" => true } options[:all] = true if input[:args].blank? pulp_extensions.consumer.update_content(input[:consumer_uuid], input[:type], - input[:args], + parse_units_for_type, options) end def presenter Consumer::ContentPresenter.new(self)