diff --git a/plugins/commands/status/command.rb b/plugins/commands/status/command.rb index 6c11ae400..90b7b8584 100644 --- a/plugins/commands/status/command.rb +++ b/plugins/commands/status/command.rb @@ -16,7 +16,7 @@ module VagrantPlugins results = [] with_target_vms(argv) do |machine| state = machine.state if !state - results << "#{machine.name.to_s.ljust(25)}#{machine.state.short_description} (#{machine.provider_name})" + results << "#{machine.name.to_s.ljust(25)} #{machine.state.short_description} (#{machine.provider_name})" end message = nil