Sfoglia il codice sorgente

1394: fixed typo

pull/1395/head
Artem Pervin 8 anni fa
parent
commit
9ace3ba9fc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      test/rebar_utils_SUITE.erl

+ 3
- 3
test/rebar_utils_SUITE.erl Vedi File

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

Caricamento…
Annulla
Salva