From 2391e338b4e41726e7233e2bf027a62476140130 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Tue, 13 May 2025 10:02:39 -0500 Subject: chore: rename --- internal/llm/tools/grep.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/llm/tools/grep.go') diff --git a/internal/llm/tools/grep.go b/internal/llm/tools/grep.go index 0dd423041..505c3c093 100644 --- a/internal/llm/tools/grep.go +++ b/internal/llm/tools/grep.go @@ -14,7 +14,7 @@ import ( "strings" "time" - "github.com/opencode-ai/opencode/internal/config" + "github.com/sst/opencode/internal/config" ) type GrepParams struct { -- cgit v1.2.3