1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Restore the proxy name to proxy_host.

This commit is contained in:
Cedric Beust 2016-12-07 13:26:01 -08:00
parent a94705c1e9
commit e2f210823e

View file

@ -433,7 +433,7 @@ public class Main {
} }
private Proxy getProxy() { private Proxy getProxy() {
String httpProxy = System.getenv("httpProxy"); String httpProxy = System.getenv("http_proxy");
try { try {
String host = httpProxy == null || httpProxy.indexOf(':') == -1 String host = httpProxy == null || httpProxy.indexOf(':') == -1
? "localhost" ? "localhost"