diff --git a/config/config.go b/config/config.go index 3cb7e14..98a6b37 100644 --- a/config/config.go +++ b/config/config.go @@ -49,7 +49,7 @@ func NewManager() (*Manager, error) { root: &config, } - m.setDefaultsForObject(m.root.Core, "") + m.setDefaultsForObject(m.root.Core, "core") err = m.maybeSave() if err != nil { return nil, err