summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 11:11:23 -0500
committerJeff Carr <[email protected]>2025-10-26 11:11:23 -0500
commit33e206f26460f73a46677033b9a1b6e972342601 (patch)
tree96a3882233e74d6aedba7000a0514c7e76f267c6
parent0c62ded7e96902a88f293cbabb9ba5292025549a (diff)
minor. need to think about where to put these
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
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)