providers/docker: fix exception typo
This commit is contained in:
parent
89b6336d21
commit
2e8f837f9b
|
@ -148,7 +148,7 @@ module VagrantPlugins
|
|||
action_env = { synced_folders_config: new_config }
|
||||
begin
|
||||
host_machine.action(:sync_folders, action_env)
|
||||
rescue Vagrant::Errors::MachineLockedError
|
||||
rescue Vagrant::Errors::MachineActionLockedError
|
||||
sleep 1
|
||||
retry
|
||||
rescue Vagrant::Errors::UnimplementedProviderAction
|
||||
|
|
|
@ -72,7 +72,7 @@ module VagrantPlugins
|
|||
|
||||
begin
|
||||
host_machine.action(:sync_folders, action_env)
|
||||
rescue Vagrant::Errors::MachineLockedError
|
||||
rescue Vagrant::Errors::MachineActionLockedError
|
||||
sleep 1
|
||||
retry
|
||||
rescue Vagrant::Errors::UnimplementedProviderAction
|
||||
|
|
Loading…
Reference in New Issue