소스 검색

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,

불러오는 중...
취소
저장