Skip to content

Commit

Permalink
fix: lint a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Feb 6, 2023
1 parent 0a66c99 commit 1106aa4
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 @@ -292,7 +292,7 @@ def get_ip_address(_uii)
logged_in = true if zlogin_read.expect(/#{Regexp.quote(lcheck)}/)
end

puts "Gathering IP" if config.debug_boot
puts 'Gathering IP' if config.debug_boot
zlogin_write.printf(command) if logged_in
loop do
zlogin_read.expect(/\r\n/) { |line| rsp.push line }
Expand Down

0 comments on commit 1106aa4

Please sign in to comment.