We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5e6d9 commit 053605eCopy full SHA for 053605e
1 file changed
node/node.go
@@ -41,7 +41,7 @@ func NewContributor(context build.Build) (Contributor, bool, error) {
41
return Contributor{}, false, err
42
}
43
44
- plan, wantDependency, err := context.Plans.GetShallowMerged(Dependency)
+ plan, wantDependency, err := context.Plans.GetMerged("node", PriorityPlanMerge)
45
if err != nil {
46
47
0 commit comments