This commit is contained in:
Fredrik Lönnegren 2019-02-19 16:43:20 +01:00
parent e8564f0d28
commit 1b54bda32e
1 changed files with 1 additions and 1 deletions

2
pkg/cache/cache.go vendored
View File

@ -124,7 +124,7 @@ func LocalSource(opts *config.KanikoOptions, cacheKey string) (v1.Image, error)
fi, err := os.Stat(path)
if err != nil {
return nil, errors.Wrap(err, "geting file info")
return nil, errors.Wrap(err, "getting file info")
}
// A stale cache is a bad cache