Skip to content

Commit

Permalink
fix: confirmation push
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Feb 6, 2023
1 parent a6458be commit 8518bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def get_ip_address(uii)
Timeout.timeout(config.setup_wait) do
rsp = []
command = "ip -4 addr show dev #{ vnic_name } | grep -Po 'inet \\K[\\d.]+' \r\n"

i = 0
logged_in = false
loop do
Expand Down

0 comments on commit 8518bd1

Please sign in to comment.