Explorar el Código

1394: fixed typo

pull/1395/head
Artem Pervin hace 8 años
padre
commit
9ace3ba9fc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      test/rebar_utils_SUITE.erl

+ 3
- 3
test/rebar_utils_SUITE.erl Ver fichero

@ -276,13 +276,13 @@ tup_merge(_Config) ->
).
proxy_auth(_Config) ->
Host = "host:",
Port = "1234",
proxy_auth(_Config, "http_proxy"),
proxy_auth(_Config, "https_proxy").
proxy_auth(_Config, ProxyEnvKey) ->
Host = "host:",
Port = "1234",
%% remember current proxy specification
OldProxySpec = os:getenv(ProxyEnvKey),

Cargando…
Cancelar
Guardar