This commit is contained in:
2023-11-03 01:30:40 -07:00
parent 1d2bf65621
commit 0c9b84b049

View File

@@ -205,7 +205,7 @@ func readFile(filename string, fileType configType) (map[string]any, error) {
func (c *ConfigManager) SetConfigDir(path string) {
c.mutex.Lock()
defer c.mutex.Unlock()
c.configPath = name
c.configPath = path
}
func (c *ConfigManager) SetConfigName(name string) {