Browse Source

Fix Dialyzer warning

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
86c69bc253
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_reltool.erl

+ 1
- 1
src/rebar_reltool.erl View File

@ -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}} ->

Loading…
Cancel
Save