diff --git a/pkg/client/build.go b/pkg/client/build.go index 5c47bf24cf..1e407dedb6 100644 --- a/pkg/client/build.go +++ b/pkg/client/build.go @@ -1213,7 +1213,7 @@ func fullImagePath(inputImageRef InputImageReference, create bool) (string, erro if create { if err := os.MkdirAll(imagePath, os.ModePerm); err != nil { - return "", errors.Wrapf(err, "creating %s layout application destination", fullImagePath) + return "", errors.Wrapf(err, "creating %s layout application destination", imagePath) } }