diff --git a/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java b/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java index b7fada45..dcf6eb70 100644 --- a/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java +++ b/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java @@ -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"