Explorar el Código

Properly warn on missing rebar3 deps: add inets

pull/1505/head
Carlo Carraro hace 8 años
cometido por Carlo Carraro
padre
commit
3d9e5dff85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar3.erl

+ 1
- 1
src/rebar3.erl Ver fichero

@ -344,7 +344,7 @@ start_and_load_apps(Caller) ->
ensure_running(asn1, Caller),
ensure_running(public_key, Caller),
ensure_running(ssl, Caller),
inets:start(),
ensure_running(inets, Caller),
inets:start(httpc, [{profile, rebar}]).
%% @doc Make sure a required app is running, or display an error message

Cargando…
Cancelar
Guardar