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

Forgot the environment variable.

This commit is contained in:
Cedric Beust 2016-12-06 14:44:49 -08:00
parent 387b3b4c2e
commit a94705c1e9

View file

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