From dc760c73b9ef4a477b8d53b938732ec9707bb162 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 3 Jun 2010 20:48:24 -0700 Subject: [PATCH] Reload after saving forwarded ports --- lib/vagrant/actions/vm/forward_ports.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/actions/vm/forward_ports.rb b/lib/vagrant/actions/vm/forward_ports.rb index f3423f161..d044b38b8 100644 --- a/lib/vagrant/actions/vm/forward_ports.rb +++ b/lib/vagrant/actions/vm/forward_ports.rb @@ -99,6 +99,7 @@ module Vagrant end @runner.vm.save + @runner.reload! end end end