Fixed merge comments

This commit is contained in:
Mike Farah
2021-03-19 12:54:03 +11:00
parent 3722367fbb
commit 21a9e506cb
3 changed files with 40 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ func multiply(preferences multiplyPreferences) func(d *dataTreeNavigator, contex
(lhs.Node.Kind == yaml.SequenceNode && rhs.Node.Kind == yaml.SequenceNode) {
var newBlank = lhs.CreateChild(nil, &yaml.Node{})
var newThing, err = mergeObjects(d, context, newBlank, lhs, multiplyPreferences{})
if err != nil {
return nil, err