From 97632dd1dcbde4a9b3a64a76a62d3b09703bf370 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 9 Dec 2019 12:41:21 -0500 Subject: [PATCH] customer patch --- app/lib/actions/pulp/repository/copy_all_units.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/actions/pulp/repository/copy_all_units.rb b/app/lib/actions/pulp/repository/copy_all_units.rb index 0e9a1a15d0..6966d521bf 100644 --- a/app/lib/actions/pulp/repository/copy_all_units.rb +++ b/app/lib/actions/pulp/repository/copy_all_units.rb @@ -2,7 +2,7 @@ module Actions module Pulp module Repository class CopyAllUnits < Pulp::AbstractAsyncTask - def plan(target_repo, _smart_proxy, source_repo, options = {}) + def plan(target_repo, source_repo, options = {}) filter_ids = options.fetch(:filters, nil)&.map(&:id) rpm_filenames = options.fetch(:rpm_filenames, nil) solve_dependencies = options.fetch(:solve_dependencies, false) -- 2.17.1