Skip to content

Commit

Permalink
Fix virtualbox network configuration with modern Ruby
Browse files Browse the repository at this point in the history
WSL with Virtualbox provider it works with this modification.
  • Loading branch information
korosn22 authored Nov 10, 2022
1 parent a03ad4f commit 21e143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/lib/forklift/box_distributor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def configure_virtualbox(machine, box, networks = [])
end

networks.each do |network|
override.vm.network network['type'], network['options']
override.vm.network network['type'], **network['options']
end

merged_options(box, 'virtualbox_options').each do |opt, val|
Expand Down

0 comments on commit 21e143c

Please sign in to comment.