mirror of
https://github.com/containers/skopeo.git
synced 2025-09-09 02:29:49 +00:00
Update module github.com/containers/storage to v1.47.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
3
vendor/github.com/mistifyio/go-zfs/v3/zpool.go
generated
vendored
3
vendor/github.com/mistifyio/go-zfs/v3/zpool.go
generated
vendored
@@ -49,9 +49,6 @@ func GetZpool(name string) (*Zpool, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// there is no -H
|
||||
out = out[1:]
|
||||
|
||||
z := &Zpool{Name: name}
|
||||
for _, line := range out {
|
||||
if err := z.parseLine(line); err != nil {
|
||||
|
Reference in New Issue
Block a user