Skip to content

Commit

Permalink
WIP - fixing linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Feb 6, 2023
1 parent 3675061 commit 3d7b74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 3d7b74d

Please sign in to comment.