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.") } } }