This commit is contained in:
Mitchell Hashimoto 2013-09-15 16:37:42 -07:00
commit 288b6a06ae
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@ module VagrantPlugins
if env[:machine].provider_config.destroy_unused_network_interfaces
@logger.info("Destroying unused network interfaces...")
env[:machine].provider.driver.delete_unused_host_only_networks
@app.call(env)
end
@app.call(env)
end
end
end