Properly convert provider command option to symbol
This commit is contained in:
		
							parent
							
								
									5e785f819d
								
							
						
					
					
						commit
						2a6cf09b1d
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue