mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
bump c/common to v0.44.0
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
4
vendor/github.com/containers/common/pkg/config/config_windows.go
generated
vendored
@ -13,3 +13,7 @@ func customConfigFile() (string, error) {
|
||||
func ifRootlessConfigPath() (string, error) {
|
||||
return os.Getenv("APPDATA") + "\\containers\\containers.conf", nil
|
||||
}
|
||||
|
||||
var defaultHelperBinariesDir = []string{
|
||||
"C:\\Program Files\\RedHat\\Podman",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user