summaryrefslogtreecommitdiffhomepage
path: root/internal/fileutil
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fileutil')
-rw-r--r--internal/fileutil/fileutil.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fileutil/fileutil.go b/internal/fileutil/fileutil.go
index 97d0f747e..b48152f7a 100644
--- a/internal/fileutil/fileutil.go
+++ b/internal/fileutil/fileutil.go
@@ -19,7 +19,7 @@ var (
fzfPath string
)
-func init() {
+func Init() {
var err error
rgPath, err = exec.LookPath("rg")
if err != nil {