fixup! Use Node literal in MergeNode, not EmptyNode()

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-18 10:12:08 -07:00
parent b50fb3f3ef
commit c06f558cf4

View File

@@ -156,7 +156,6 @@ func (config *NodesYaml) MergeNode(id string) (node Node, fields fieldMap, err e
return node, fields, nil
}
// merge merges the fields of src (a data object) into dst (a pointer) associated with it. Used by
// MergeNode to provide consistent behavior when merging profiles and nodes.
//