Skip to content

Commit

Permalink
Merge pull request #654 from paketo-buildpacks/compute-art-fix
Browse files Browse the repository at this point in the history
Fixes bug in compute-artifact-description
  • Loading branch information
Daniel Mikusa authored Apr 19, 2022
2 parents da6874e + 4ee396a commit 6d5a21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/compute-artifact-description/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {

depsMap := map[string]bool{}
if len(mainBp.OrderGroups) > 0 {
pkg, err := loader.LoadPackages(inputs["package"])
pkg, err := loader.LoadPackages(imgUri)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 6d5a21d

Please sign in to comment.