mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Forgot the environment variable.
This commit is contained in:
parent
387b3b4c2e
commit
a94705c1e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue