Skip to content

Commit

Permalink
Update pkg/buildpacks/translate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <ralf.pannemans@googlemail.com>
  • Loading branch information
pbusko and c0d1ngm0nk3y authored Jul 30, 2024
1 parent 30a7160 commit cd7561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildpacks/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func checkIfDownloaded(path string) (bool, error) {
}

if !fi.IsDir() {
return false, fmt.Errorf("%s is not a directory", path)
return false, fmt.Errorf("%q is not a directory", path)
}

return true, nil
Expand Down

0 comments on commit cd7561d

Please sign in to comment.