Merge pull request #2586 from tmatilai/2577-synced-folder

provider/virtualbox: add missing argument to ProviderVirtualBox::SyncedFolder#driver call
This commit is contained in:
Mitchell Hashimoto 2013-12-04 19:41:30 -08:00
commit 6f187c898a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ module VagrantPlugins
end
def cleanup(machine)
driver.clear_shared_folders
driver(machine).clear_shared_folders
end
protected