From d7a009f4472dd5ff7ea130a4b7b898df74c72fe8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Apr 2014 10:33:21 -0700 Subject: [PATCH] style --- plugins/commands/up/command.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/commands/up/command.rb b/plugins/commands/up/command.rb index 674e81df8..8b002130e 100644 --- a/plugins/commands/up/command.rb +++ b/plugins/commands/up/command.rb @@ -57,9 +57,8 @@ module VagrantPlugins machines = [] @env.batch(options[:parallel]) do |batch| names = argv - if names.empty? then - names = @env.autostart_machine_names - end + names = @env.autostart_machine_names if names.empty? + with_target_vms(names, :provider => options[:provider]) do |machine| @env.ui.info(I18n.t( "vagrant.commands.up.upping",