Skip to content

Commit

Permalink
Fix Yarn package provenance generation
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel committed Dec 29, 2021
1 parent b048e76 commit 8b7e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/leeway/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ func (p *Package) buildYarn(buildctx *buildContext, wd, result string) (bld *pac
if err != nil {
return nil, fn, err
}
subjects, err = postBuild.Sub(sources).Subjects(resultDir)
subjects, err = postBuild.Sub(sources).Subjects(fn)
return
}

Expand Down

0 comments on commit 8b7e195

Please sign in to comment.