瀏覽代碼

get rid of old plugin loading

pull/3/head
Tristan Sloughter 10 年之前
父節點
當前提交
fd9f88b98a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/rebar3.erl

+ 0
- 1
src/rebar3.erl 查看文件

@ -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…
取消
儲存