Skip to content

Commit

Permalink
only apply vmware network changes for bigsur+sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
wvolz committed Aug 16, 2024
1 parent 74e71d5 commit 7614ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/homestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.configure(config, settings)

# Configure A Private Network IP
if ['vmware_desktop', 'vmware_fusion'].include? ENV['VAGRANT_DEFAULT_PROVIDER']
if RUBY_PLATFORM.match(/darwin/)
if RUBY_PLATFORM.match(/darwin2/)
config.vm.network :private_network
end
else
Expand Down

0 comments on commit 7614ac9

Please sign in to comment.