Selaa lähdekoodia

Fix Dialyzer warning in rebar:run/2

pull/3/head
Tuncer Ayaz 12 vuotta sitten
vanhempi
commit
a9491e112f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/rebar.erl

+ 1
- 1
src/rebar.erl Näytä tiedosto

@ -69,7 +69,7 @@ main(Args) ->
%% Erlang-API entry point
run(BaseConfig, Commands) ->
application:load(rebar),
_ = application:load(rebar),
run_aux(BaseConfig, Commands).
%% ====================================================================

Ladataan…
Peruuta
Tallenna