Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Nov 30, 2021
1 parent e43a2ac commit 44e637c
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 @@ -429,7 +429,7 @@ async function addPreconfiguredPolicyPackages(
defaultOutput,
name,
description,
(policy) => overridePackageInputs(policy, packageInfo, inputs),
(policy) => preconfigurePackageInputs(policy, packageInfo, inputs),
bumpAgentPolicyRevison
);
}
Expand Down

0 comments on commit 44e637c

Please sign in to comment.