Include named value to mapper graph

This commit is contained in:
Chris Roberts 2022-01-21 14:09:58 -08:00 committed by Paul Hinze
parent 1f731bbf9f
commit 32251ecb64
No known key found for this signature in database
GPG key ID: B69DEDF2D55501C0

View file

@ -201,6 +201,7 @@ module VagrantPlugins
m_graph = Internal::Graph::Mappers.new(
output_type: out,
mappers: map_mapper,
named: named,
input_values: args,
)
result = m_graph.execute
@ -217,6 +218,7 @@ module VagrantPlugins
m_graph = Internal::Graph::Mappers.new(
output_type: to,
mappers: map_mapper,
named: named,
input_values: args,
)
result = m_graph.execute