mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix Dialyzer warning in rebar:run/2
This commit is contained in:
parent
93f6ef36af
commit
a9491e112f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ main(Args) ->
|
||||||
|
|
||||||
%% Erlang-API entry point
|
%% Erlang-API entry point
|
||||||
run(BaseConfig, Commands) ->
|
run(BaseConfig, Commands) ->
|
||||||
application:load(rebar),
|
_ = application:load(rebar),
|
||||||
run_aux(BaseConfig, Commands).
|
run_aux(BaseConfig, Commands).
|
||||||
|
|
||||||
%% ====================================================================
|
%% ====================================================================
|
||||||
|
|
Loading…
Reference in a new issue