ソースを参照

removing installing of global plugins

pull/321/head
Tristan Sloughter 10年前
コミット
743b24883d
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      src/rebar3.erl

+ 2
- 3
src/rebar3.erl ファイルの表示

@ -156,9 +156,8 @@ init_config() ->
true ->
?DEBUG("Load global config file ~p",
[GlobalConfigFile]),
GlobalConfig = rebar_state:new(global, rebar_config:consult_file(GlobalConfigFile)),
GlobalConfig1 = rebar_plugins:install(GlobalConfig),
rebar_state:new(GlobalConfig1, Config1);
GlobalConfig = rebar_state:new(rebar_config:consult_file(GlobalConfigFile)),
rebar_state:new(GlobalConfig, Config1);
false ->
rebar_state:new(Config1)
end,

読み込み中…
キャンセル
保存