providers/hyperv: remove nonexistent action
This commit is contained in:
parent
760f3d9b7b
commit
ef71729c24
|
@ -133,7 +133,6 @@ module VagrantPlugins
|
|||
autoload :MessageNotCreated, action_root.join('message_not_created')
|
||||
autoload :MessageAlreadyCreated, action_root.join('message_already_created')
|
||||
autoload :MessageNotRunning, action_root.join('message_not_running')
|
||||
autoload :SyncFolders, action_root.join('sync_folders')
|
||||
autoload :ReadGuestIP, action_root.join('read_guest_ip')
|
||||
autoload :WaitForIPAddress, action_root.join("wait_for_ip_address")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue