From ef71729c248193a433c3c1a28160650cd1aa187a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 26 Feb 2014 16:12:47 -0800 Subject: [PATCH] providers/hyperv: remove nonexistent action --- plugins/providers/hyperv/action.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index c8acd4a0d..4912b4b9d 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -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