Ver a proveniência

Fix dialyzer plt checking typo

pull/132/head
James Fish há 10 anos
ascendente
cometimento
027b0f008b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rebar_prv_dialyzer.erl

+ 1
- 1
src/rebar_prv_dialyzer.erl Ver ficheiro

@ -267,7 +267,7 @@ remove_plt(State, Plt, Files) ->
run_plt(State, Plt, plt_remove, Files). run_plt(State, Plt, plt_remove, Files).
check_plt(State, _Plt, []) -> check_plt(State, _Plt, []) ->
{o, State};
{0, State};
check_plt(State, Plt, Files) -> check_plt(State, Plt, Files) ->
?INFO("Checking ~b files in ~p...", [length(Files), Plt]), ?INFO("Checking ~b files in ~p...", [length(Files), Plt]),
run_plt(State, Plt, plt_check, Files). run_plt(State, Plt, plt_check, Files).

Carregando…
Cancelar
Guardar