From 0c62ded7e96902a88f293cbabb9ba5292025549a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 11:27:03 -0500 Subject: oops. haven't been testing building these --- init.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.go') diff --git a/init.go b/init.go index 0f0a3e7..35c6aa4 100644 --- a/init.go +++ b/init.go @@ -60,7 +60,7 @@ func New() *TreeInfo { } func (t *TreeInfo) ConfigFind(n string) (string, error) { - all := t.config.All() // get the list of repos + all := t.config.All() for all.Scan() { r := all.Next() if t.PluginName != r.Plugin { @@ -76,7 +76,7 @@ func (t *TreeInfo) ConfigFind(n string) (string, error) { func (t *TreeInfo) ConfigSave(newopt *ToolkitConfig) { t.configInsert(newopt) - config.ConfigSave(t.config) + config.Save(t.config) } // update the config option value (or append if new record) -- cgit v1.2.3