From 71f7589bbb41db95ec4b1cf10e0fd9da60be34b6 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 4 Apr 2025 12:32:54 +0200 Subject: [PATCH] Update main.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ca63eb5..cdd4faf 100644 --- a/main.go +++ b/main.go @@ -849,7 +849,7 @@ The validate command expects a configuration file as its only argument. Local fi return err } if len(out) == 0 { - cfg.Logger.Logger.Info().Msg("No OS extensions found") + cfg.Logger.Logger.Info().Msg("No system extensions found") return nil } for _, ext := range out {