diff --git a/lib/vagrant/actions/vm/suspend.rb b/lib/vagrant/actions/vm/suspend.rb index d82bc5d7d..2fb75b174 100644 --- a/lib/vagrant/actions/vm/suspend.rb +++ b/lib/vagrant/actions/vm/suspend.rb @@ -8,7 +8,7 @@ module Vagrant end logger.info "Saving VM state and suspending execution..." - @runner.vm.save_state(true) + @runner.vm.save_state end end end