app/lib/actions/katello/capsule_content/sync.rb in katello-3.15.3.1 vs app/lib/actions/katello/capsule_content/sync.rb in katello-3.16.0.rc1

- old
+ new

@@ -16,10 +16,9 @@ def humanized_input input['smart_proxy'].nil? || input['smart_proxy']['name'].nil? ? super : ["'#{input['smart_proxy']['name']}'"] + super end - # rubocop:disable MethodLength def plan(smart_proxy, options = {}) action_subject(smart_proxy) smart_proxy.verify_ueber_certs environment_id = options.fetch(:environment_id, nil) environment = ::Katello::KTEnvironment.find(environment_id) if environment_id