Skip to content

Commit

Permalink
fix: disable parallel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Dec 12, 2023
1 parent 5bf2cea commit 98de187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Plugin < Vagrant.plugin('2')
end
## Experimental Parallel Execucution
## provider(:zone, parallel: true) do
provider(:zone, parallel: true) do
provider(:zone, parallel: false) do
require_relative 'provider'
Provider
end
Expand Down

0 comments on commit 98de187

Please sign in to comment.