Convert provider to symbol

This commit is contained in:
Mitchell Hashimoto 2012-12-30 18:04:31 -10:00
parent a30a92bb4f
commit 20253c4c4f
1 changed files with 1 additions and 1 deletions

View File

@ -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