From 46ca2bb6b0e9c99c7a5b4efb7b9efc310c0982b8 Mon Sep 17 00:00:00 2001 From: CarlosEDP Date: Thu, 2 Jul 2015 10:42:46 -0300 Subject: Fix for cases with no proxy configured. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index ad94561..8a0afd6 100755 --- a/bootstrap +++ b/bootstrap @@ -103,7 +103,7 @@ get_http_var() -> end. get_http(Scheme) -> - proplists:get_value(Scheme, get_http_var(), ""). + proplists:get_value(Scheme, get_http_var(), []). set_httpc_options() -> set_httpc_options(https_proxy, get_http(https_proxy)), -- cgit v1.1