mirror of
https://github.com/containers/podman.git
synced 2025-11-03 15:56:51 +08:00
Bump github.com/containers/common from 0.36.0 to 0.37.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.36.0...v0.37.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/parse/parse_unix.go
generated
vendored
2
vendor/github.com/containers/common/pkg/parse/parse_unix.go
generated
vendored
@ -22,7 +22,7 @@ func DeviceFromPath(device string) ([]devices.Device, error) {
|
||||
}
|
||||
srcInfo, err := os.Stat(src)
|
||||
if err != nil {
|
||||
return nil, errors.Wrapf(err, "error getting info of source device %s", src)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if !srcInfo.IsDir() {
|
||||
|
||||
Reference in New Issue
Block a user