Check for guest additions right after import

This commit is contained in:
Mitchell Hashimoto 2011-12-21 12:11:48 -08:00
parent a39df9f150
commit 7527f6b7b6
1 changed files with 1 additions and 1 deletions

View File

@ -81,8 +81,8 @@ module Vagrant
use VM::CheckAccessible
use VM::CheckBox
use VM::Import
use VM::MatchMACAddress
use VM::CheckGuestAdditions
use VM::MatchMACAddress
use registry.get(:start)
end
end