more typos

This commit is contained in:
reyesj2
2025-09-18 17:33:42 -05:00
parent a9ec12e402
commit 138849d258
2 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ for AGENT_POLICY in $agent_policies; do
continue
fi
for INTEGRATION in $integrations; do
if ! PACKAGE_NAME=$(elastic_fleet_integration_policy_package_name "$AGENT_POLICY" "$INTEGRATION")
if ! PACKAGE_NAME=$(elastic_fleet_integration_policy_package_name "$AGENT_POLICY" "$INTEGRATION"); then
echo "Not adding $INTEGRATION, couldn't get package name"
continue
fi