diff options
Diffstat (limited to 'src/rebar.erl')
-rw-r--r-- | src/rebar.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index 82e3fac..c7c9d29 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -69,7 +69,7 @@ main(Args) -> %% Erlang-API entry point run(BaseConfig, Commands) -> - application:load(rebar), + _ = application:load(rebar), run_aux(BaseConfig, Commands). %% ==================================================================== |