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 dcf6eb70..b7fada45 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("httpProxy"); + String httpProxy = System.getenv("http_proxy"); try { String host = httpProxy == null || httpProxy.indexOf(':') == -1 ? "localhost"