Add missing argument to ProviderVirtualBox::SyncedFolder#driver call
GH-2577 missed passing the `machine` to the `driver` method.
This commit is contained in:
parent
1b847b7829
commit
897fde3274
|
@ -62,7 +62,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def cleanup(machine)
|
def cleanup(machine)
|
||||||
driver.clear_shared_folders
|
driver(machine).clear_shared_folders
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
Loading…
Reference in New Issue