Convert provider to symbol
This commit is contained in:
parent
a30a92bb4f
commit
20253c4c4f
|
@ -98,7 +98,7 @@ module Vagrant
|
|||
#
|
||||
get_machine = lambda do |name|
|
||||
# Check for an active machine with the same name
|
||||
provider_to_use = options[:provider]
|
||||
provider_to_use = options[:provider].to_sym
|
||||
|
||||
@env.active_machines.each do |active_name, active_provider|
|
||||
if name == active_name
|
||||
|
|
Loading…
Reference in New Issue