Skip to content

Commit

Permalink
fix: command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Jan 6, 2023
1 parent 6c1d921 commit 747f3fc
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 @@ -279,7 +279,7 @@ def get_ip_address(_function)

break
end
errormessage = "==> #{name} ==> Command ==> #{cmd} \nFailed with ==> #{responses[-1]}"
errormessage = "==> #{name} ==> Command ==> #{command} \nFailed with ==> #{responses[-1]}"
raise errormessage if responses[-1].to_s.match(/Error Code: \b(?!0\b)\d{1,4}\b/)
end
end
Expand Down

0 comments on commit 747f3fc

Please sign in to comment.