Use final vertex type for destination in mapper

This commit is contained in:
Chris Roberts 2021-11-19 17:17:55 -08:00 committed by Paul Hinze
parent 7d548517c9
commit 022f17e711
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -147,7 +147,7 @@ module VagrantPlugins
end
# Create an output vertex for our expected
# result type
@dst = graph.add_vertex(Graph::Vertex::Output.new(type: final))
@dst = graph.add_vertex(Graph::Vertex::Final.new(type: final))
@dst.weight = FINAL_WEIGHT
# Add an edge from all our value vertices to