Explorar el Código

Shorten default PLT name

pull/227/head
James Fish hace 10 años
padre
commit
37850ed819
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_dialyzer.erl

+ 1
- 1
src/rebar_prv_dialyzer.erl Ver fichero

@ -91,7 +91,7 @@ get_plt_location(State) ->
rebar_state:get(State, dialyzer_plt, DefaultPlt).
default_plt() ->
".rebar3.otp-" ++ rebar_utils:otp_release() ++ ".plt".
rebar_utils:otp_release() ++ ".plt".
do(State, Plt, Apps) ->
{PltWarnings, State1} = update_proj_plt(State, Plt, Apps),

Cargando…
Cancelar
Guardar