Merge pull request #292 from Luap99/fix-windows-conf
fix windows containers.conf path
This commit is contained in:
commit
ab4bd84bac
|
|
@ -6,5 +6,5 @@ func customConfigFile() (string, error) {
|
|||
if path, found := os.LookupEnv("CONTAINERS_CONF"); found {
|
||||
return path, nil
|
||||
}
|
||||
return os.Getenv("LOCALAPPDATA"), nil
|
||||
return os.Getenv("APPDATA") + "\\containers\\containers.conf", nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue