summaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-22 16:17:30 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-22 16:17:30 +0300
commitbeb944c39069b4bb737084af5bab012ad0877209 (patch)
treedd20d558bcd3581fa6c6ff2a2267187536117dda /tools.go
parent5844dd1494a3190f4f593894b0310330bdcf6b01 (diff)
Enha: filepicker dir as coders dir
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.go b/tools.go
index dcf0632..c397137 100644
--- a/tools.go
+++ b/tools.go
@@ -577,7 +577,7 @@ func resolvePath(p string) string {
if filepath.IsAbs(p) {
return p
}
- return filepath.Join(cfg.CodingDir, p)
+ return filepath.Join(cfg.FilePickerDir, p)
}
func readStringFromFile(filename string) (string, error) {