app/lib/actions/katello/host/generate_applicability.rb in katello-3.0.0.rc3 vs app/lib/actions/katello/host/generate_applicability.rb in katello-3.0.0.rc4

- old
+ new

@@ -13,10 +13,10 @@ end def finalize ::Host.where(:id => input[:host_ids]).each do |host| host.content_facet.try(:import_applicability) - host.content_facet.update_errata_status + host.get_status(::Katello::ErrataStatus).refresh! end end end end end