mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
runtime: Fix typo
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
@@ -338,7 +338,7 @@ func (r *LocalRuntime) SaveImage(ctx context.Context, c *cliconfig.SaveValues) e
|
||||
return newImage.Save(ctx, source, c.Format, c.Output, additionalTags, c.Quiet, c.Compress)
|
||||
}
|
||||
|
||||
// LoadImage is a wrapper function for libpod PruneVolumes
|
||||
// LoadImage is a wrapper function for libpod LoadImage
|
||||
func (r *LocalRuntime) LoadImage(ctx context.Context, name string, cli *cliconfig.LoadValues) (string, error) {
|
||||
var (
|
||||
writer io.Writer
|
||||
|
||||
Reference in New Issue
Block a user