Skip to content

Commit

Permalink
fix: enable parallel builds #dangerwillrobinson
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Dec 12, 2023
1 parent 789e8a8 commit 5bf2cea
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) do
provider(:zone, parallel: true) do
require_relative 'provider'
Provider
end
Expand Down

0 comments on commit 5bf2cea

Please sign in to comment.