mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
update buildah and c/common to latest
also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger <pholzing@redhat.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
@@ -39,7 +39,7 @@ func DeviceFromPath(device string) ([]devices.Device, error) {
|
||||
// If source device is a directory
|
||||
srcDevices, err := devices.GetDevices(src)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error getting source devices from directory %s: %w", src, err)
|
||||
return nil, fmt.Errorf("getting source devices from directory %s: %w", src, err)
|
||||
}
|
||||
devs := make([]devices.Device, 0, len(srcDevices))
|
||||
for _, d := range srcDevices {
|
||||
|
||||
Reference in New Issue
Block a user