Updated Packages & versions (#3525)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2025-04-03 01:29:17 -06:00
committed by GitHub
parent 6499469487
commit f5ad4defc9
6 changed files with 144 additions and 59 deletions

View File

@@ -406,7 +406,7 @@ func applyDynamicConfigForSubSys(ctx context.Context, transport *http.Transport,
err = UpdateAuditWebhookTargets(loggerCfg)
if err != nil {
LogIf(ctx, fmt.Errorf("Unable to update audit webhook targets: %w", err))
LogIf(ctx, fmt.Errorf("unable to update audit webhook targets: %w", err))
return err
}
}