summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 02:19:47 -0500
committerJeff Carr <[email protected]>2025-09-11 02:19:47 -0500
commit1b9e9c7518a91192c657121e62754034e512638a (patch)
tree76a74de43a11ed91947df27e9cefca7444038882
parent602e1fc4aea522217775e5587fc1bd91dd3f060c (diff)
using new config package
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 01721d9..9d3adc1 100644
--- a/config.go
+++ b/config.go
@@ -15,7 +15,7 @@ import (
)
func forgeConfigSave() error {
- return config.ConfigSave(me.forge.Config)
+ return me.forge.Config.ConfigSave()
}
func configInit() (*forgepb.ForgeConfigs, error) {