Explorar el Código

Fix for cases with no proxy configured.

pull/579/head
CarlosEDP hace 10 años
padre
commit
46ca2bb6b0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar_utils.erl

+ 1
- 1
bootstrap Ver fichero

@ -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)),

+ 1
- 1
src/rebar_utils.erl Ver fichero

@ -674,7 +674,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)),

Cargando…
Cancelar
Guardar