chore: fix typo

This commit is contained in:
Nao YONASHIRO 2019-05-17 04:13:56 +09:00 committed by Cole Wippern
parent 2599c0c69b
commit cbba7cec3f
1 changed files with 1 additions and 1 deletions

2
pkg/cache/cache.go vendored
View File

@ -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 == "" {