mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix Dialyzer warning
This commit is contained in:
parent
6996cd4fcc
commit
86c69bc253
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue