mirror of
https://github.com/containers/podman.git
synced 2025-11-03 07:47:19 +08:00
vendor c/common
Update the recent events-log changes to fix the build error. [NO NEW TESTS NEEDED] since there's no functional change. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/libimage/save.go
generated
vendored
1
vendor/github.com/containers/common/libimage/save.go
generated
vendored
@ -68,7 +68,6 @@ func (r *Runtime) Save(ctx context.Context, names []string, format, path string,
|
||||
}
|
||||
|
||||
return errors.Errorf("unsupported format %q for saving images", format)
|
||||
|
||||
}
|
||||
|
||||
// saveSingleImage saves the specified image name to the specified path.
|
||||
|
||||
Reference in New Issue
Block a user