mirror of
https://github.com/taigrr/jety.git
synced 2026-04-01 19:08:58 -07:00
typo
This commit is contained in:
2
jety.go
2
jety.go
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user