runtime: Fix typo

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
Radostin Stoyanov 2019-10-26 21:54:51 +01:00
parent 82381072e1
commit 95bc917b49
1 changed files with 1 additions and 1 deletions

View File

@ -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) 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) { func (r *LocalRuntime) LoadImage(ctx context.Context, name string, cli *cliconfig.LoadValues) (string, error) {
var ( var (
writer io.Writer writer io.Writer