From 33e206f26460f73a46677033b9a1b6e972342601 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 11:11:23 -0500 Subject: minor. need to think about where to put these --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.go b/init.go index 35c6aa4..9955f85 100644 --- a/init.go +++ b/init.go @@ -76,7 +76,7 @@ func (t *TreeInfo) ConfigFind(n string) (string, error) { func (t *TreeInfo) ConfigSave(newopt *ToolkitConfig) { t.configInsert(newopt) - config.Save(t.config) + t.config.Save() } // update the config option value (or append if new record) -- cgit v1.2.3