Properly convert provider command option to symbol

This commit is contained in:
Emiliano Ticci 2013-11-04 17:19:29 +01:00
parent 5e785f819d
commit 2a6cf09b1d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module VagrantPlugins
o.on('--provider provider', String,
'Update machines with the specific provider.') do |provider|
options[:provider] = provider
options[:provider] = provider.to_sym
end
end