Explorar el Código

get rid of old plugin loading

pull/3/head
Tristan Sloughter hace 10 años
padre
commit
fd9f88b98a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/rebar3.erl

+ 0
- 1
src/rebar3.erl Ver fichero

@ -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),

Cargando…
Cancelar
Guardar