Browse Source

get rid of old plugin loading

pull/3/head
Tristan Sloughter 10 years ago
parent
commit
fd9f88b98a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/rebar3.erl

+ 0
- 1
src/rebar3.erl View File

@ -157,7 +157,6 @@ run_aux(State, RawArgs) ->
State1 = init_config1(State),
code:add_pathsa([filename:join(rebar_utils:get_cwd(), "plugins")]),
%% Process each command, resetting any state between each one
State2 = rebar_state:set(State1, base_dir, filename:absname(rebar_state:dir(State1))),
{ok, Providers} = application:get_env(rebar, providers),

Loading…
Cancel
Save