diff options
Diffstat (limited to 'src/rebar3.erl')
-rw-r--r-- | src/rebar3.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar3.erl b/src/rebar3.erl index 5b7db24..1b840cb 100644 --- a/src/rebar3.erl +++ b/src/rebar3.erl @@ -125,7 +125,6 @@ run_aux(State, GlobalPluginProviders, RawArgs) -> {ok, Providers} = application:get_env(rebar, providers), {ok, PluginProviders, State4} = rebar_plugins:install(State3), - rebar_core:update_code_path(State4), %% Providers can modify profiles stored in opts, so set default after initializing providers AllProviders = Providers++PluginProviders++GlobalPluginProviders, |