summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rebar.erl2
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).
%% ====================================================================