providers/hyperv: lower priority for Windows

This commit is contained in:
Mitchell Hashimoto 2014-05-05 21:13:25 -07:00
parent d7a9bcda47
commit 35c8504452
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module VagrantPlugins
machines in Hyper-V.
DESC
provider(:hyperv) do
provider(:hyperv, priority: 4) do
require_relative "provider"
init!
Provider