From 95bc917b49dc3e6a98d7c0d347a682804cd3e68d Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sat, 26 Oct 2019 21:54:51 +0100 Subject: runtime: Fix typo Signed-off-by: Radostin Stoyanov --- pkg/adapter/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/adapter/runtime.go b/pkg/adapter/runtime.go index 4f70e90f9..81a43853c 100644 --- a/pkg/adapter/runtime.go +++ b/pkg/adapter/runtime.go @@ -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 -- cgit v1.2.3-54-g00ecf