Procházet zdrojové kódy

removing installing of global plugins

pull/321/head
Tristan Sloughter před 10 roky
rodič
revize
743b24883d
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +2
    -3
      src/rebar3.erl

+ 2
- 3
src/rebar3.erl Zobrazit soubor

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

Načítá se…
Zrušit
Uložit