Merge branch 'master' of https://github.com/mitchellh/vagrant
This commit is contained in:
commit
288b6a06ae
|
@ -13,8 +13,8 @@ module VagrantPlugins
|
||||||
if env[:machine].provider_config.destroy_unused_network_interfaces
|
if env[:machine].provider_config.destroy_unused_network_interfaces
|
||||||
@logger.info("Destroying unused network interfaces...")
|
@logger.info("Destroying unused network interfaces...")
|
||||||
env[:machine].provider.driver.delete_unused_host_only_networks
|
env[:machine].provider.driver.delete_unused_host_only_networks
|
||||||
@app.call(env)
|
|
||||||
end
|
end
|
||||||
|
@app.call(env)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue