Reload after saving forwarded ports

This commit is contained in:
Mitchell Hashimoto 2010-06-03 20:48:24 -07:00
parent b13de6a497
commit dc760c73b9
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ module Vagrant
end end
@runner.vm.save @runner.vm.save
@runner.reload!
end end
end end
end end