providers/docker: use the proper class
This commit is contained in:
parent
4381b292f5
commit
df399d8610
|
@ -13,8 +13,8 @@ module VagrantPlugins
|
|||
|
||||
interrupted = false
|
||||
int_callback = ->{ interrupted = true }
|
||||
result = Vagrant::Util::Busy.busy(int_callback) do
|
||||
Vagrant::Util::Subprocess.execute(*cmd, &block)
|
||||
result = ::Vagrant::Util::Busy.busy(int_callback) do
|
||||
::Vagrant::Util::Subprocess.execute(*cmd, &block)
|
||||
end
|
||||
|
||||
result.stderr.gsub!("\r\n", "\n")
|
||||
|
|
Loading…
Reference in New Issue