mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
providers/hyperv: disable parallelism
This commit is contained in:
parent
39bf9db651
commit
bdcb92ed07
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module VagrantPlugins
|
|||
machines in Hyper-V.
|
||||
DESC
|
||||
|
||||
provider(:hyperv, parallel: true) do
|
||||
provider(:hyperv) do
|
||||
require_relative "provider"
|
||||
init!
|
||||
Provider
|
||||
|
|
|
|||
Loading…
Reference in a new issue