Skip to content

Commit

Permalink
fixed conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Feb 8, 2022
1 parent 5b62369 commit 7469dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/server/services/preconfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ async function addPreconfiguredPolicyPackages(
name,
id,
description,
(policy) => overridePackageInputs(policy, packageInfo, inputs),
(policy) => preconfigurePackageInputs(policy, packageInfo, inputs),
bumpAgentPolicyRevison
);
}
Expand Down

0 comments on commit 7469dd4

Please sign in to comment.