From d95263f582a16f9cb6b1c42d603c8afe2f841204 Mon Sep 17 00:00:00 2001 From: Robin Green Date: Fri, 5 Apr 2013 22:01:14 +0200 Subject: [PATCH] Docs: Fixed name of http_proxy env var --- src/sphinx/Detailed-Topics/Setup-Notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sphinx/Detailed-Topics/Setup-Notes.rst b/src/sphinx/Detailed-Topics/Setup-Notes.rst index dcdd9df01..71d40806f 100644 --- a/src/sphinx/Detailed-Topics/Setup-Notes.rst +++ b/src/sphinx/Detailed-Topics/Setup-Notes.rst @@ -55,8 +55,8 @@ following uses the pre-0.11 style of putting the boot directory in HTTP Proxy ---------- -On Unix, sbt will pick up any HTTP proxy settings from the -``http.proxy`` environment variable. If you are behind a proxy requiring +On Unix, sbt will pick up any HTTP proxy settings from the standard +``http_proxy`` environment variable. If you are behind a proxy requiring authentication, your ``sbt`` script must also pass flags to set the ``http.proxyUser`` and ``http.proxyPassword`` properties: