Skip to content

Commit

Permalink
WIP - windows issues
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
  • Loading branch information
jjbustamante committed Jun 5, 2023
1 parent e05dd24 commit 3cb9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/buildpack/buildpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func ToNLayerTar(dest string, module BuildModule) ([]ModuleTar, error) {
if rootHeader, ok := rootFolderHeaders[id]; ok {
err = bpTar.writer.WriteHeader(rootHeader)
if err != nil {
return nil, errors.Wrapf(err, "failed to write header for '%s'", header.Name)
return nil, errors.Wrapf(err, "failed to write root header for '%s'", rootHeader.Name)
}
delete(rootFolderHeaders, id)
}
Expand Down

0 comments on commit 3cb9f5a

Please sign in to comment.