Ver código fonte

Fix Dialyzer warning

pull/3/head
Tuncer Ayaz 12 anos atrás
pai
commit
86c69bc253
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rebar_reltool.erl

+ 1
- 1
src/rebar_reltool.erl Ver arquivo

@ -81,7 +81,7 @@ clean(Config, ReltoolFile) ->
%% ===================================================================
check_vsn() ->
application:load(reltool),
_ = application:load(reltool),
ReltoolVsn =
case lists:keysearch(reltool, 1, application:loaded_applications()) of
{value, {_, _, V}} ->

Carregando…
Cancelar
Salvar