Update main.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Itxaka
2025-04-04 12:32:54 +02:00
committed by GitHub
parent b84ef0994b
commit 71f7589bbb

View File

@@ -849,7 +849,7 @@ The validate command expects a configuration file as its only argument. Local fi
return err return err
} }
if len(out) == 0 { if len(out) == 0 {
cfg.Logger.Logger.Info().Msg("No OS extensions found") cfg.Logger.Logger.Info().Msg("No system extensions found")
return nil return nil
} }
for _, ext := range out { for _, ext := range out {