summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar3.erl')
-rw-r--r--src/rebar3.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl
index c2161b7..9de8236 100644
--- a/src/rebar3.erl
+++ b/src/rebar3.erl
@@ -112,7 +112,6 @@ run_aux(State, GlobalPluginProviders, RawArgs) ->
filename:join(filename:absname(rebar_state:dir(State)), BaseDir)),
{ok, Providers} = application:get_env(rebar, providers),
-
{ok, PluginProviders, State3} = rebar_plugins:install(State2),
rebar_core:update_code_path(State3),