From cbba7cec3f48999d0262daecc7c8806865fce86c Mon Sep 17 00:00:00 2001 From: Nao YONASHIRO Date: Fri, 17 May 2019 04:13:56 +0900 Subject: [PATCH] chore: fix typo --- pkg/cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cache/cache.go b/pkg/cache/cache.go index d8c7898ac..1f6723535 100644 --- a/pkg/cache/cache.go +++ b/pkg/cache/cache.go @@ -113,7 +113,7 @@ func Destination(opts *config.KanikoOptions, cacheKey string) (string, error) { return fmt.Sprintf("%s:%s", cache, cacheKey), nil } -// LocalSource retieves a source image from a local cache given cacheKey +// LocalSource retrieves a source image from a local cache given cacheKey func LocalSource(opts *config.CacheOptions, cacheKey string) (v1.Image, error) { cache := opts.CacheDir if cache == "" {