Skip to content

Commit

Permalink
fix: lint a little
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Feb 6, 2023
1 parent 8518bd1 commit a46728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_ip_address(uii)
alcheck = config.alcheck
alcheck = 'login:' if config.alcheck.nil?
pcheck = 'Password:'

@machine.config.vm.networks.each do |_adaptertype, opts|
ip = nil
if opts[:dhcp4] && opts[:managed]
Expand Down

0 comments on commit a46728b

Please sign in to comment.