From b19276bf0d045da65fa9615ab85a0708e5a6147c Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 9 Jul 2025 14:58:23 +0200 Subject: [PATCH] chore: small message change --- internal/fsext/fileutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/fsext/fileutil.go b/internal/fsext/fileutil.go index b0829f6226734966a4ec731f56ba395607ec3b75..462dcc6761f261a5be02658317884eb64fb07ebc 100644 --- a/internal/fsext/fileutil.go +++ b/internal/fsext/fileutil.go @@ -24,7 +24,7 @@ func init() { rgPath, err = exec.LookPath("rg") if err != nil { if log.Initialized() { - slog.Warn("Ripgrep (rg) not found in $PATH. Some features might be limited or slower.") + slog.Warn("Ripgrep (rg) not found in $PATH. Some grep features might be limited or slower.") } } }