lib/vagrant-local/provider.rb in vagrant-local-0.0.1 vs lib/vagrant-local/provider.rb in vagrant-local-0.0.2

- old
+ new

@@ -64,10 +64,10 @@ end def state state_id = nil state_id = :not_created unless @machine.id - state_id = driver.state(@machine) if @machine.id && !state_id + state_id = driver.state if @machine.id && !state_id # This is a special pseudo-state so that we don't set the # NOT_CREATED_ID while we're setting up the machine. This avoids # clearing the data dir. state_id = :preparing if @machine.id == 'preparing' # Get the short and long description