diff --git a/lib/vagrant/machine/remote.rb b/lib/vagrant/machine/remote.rb index ebc2e212b..35285da66 100644 --- a/lib/vagrant/machine/remote.rb +++ b/lib/vagrant/machine/remote.rb @@ -102,7 +102,7 @@ module Vagrant def state s = @provider.state if s != @_cached_state - client.set_state(s) unless s.nil? + client.set_machine_state(s) unless s.nil? @_cached_state = s end s