mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Include named value to mapper graph
This commit is contained in:
parent
1f731bbf9f
commit
32251ecb64
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue