Suspend uses proper VM method structure

This commit is contained in:
Mitchell Hashimoto 2010-04-09 15:47:31 -07:00
parent 6de3b641d0
commit fd3012ae00
1 changed files with 1 additions and 1 deletions

View File

@ -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