Ver a proveniência

handle no plugins as [] list of plugins

pull/3/head
Tristan Sloughter há 10 anos
ascendente
cometimento
1046f4c5d7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rebar_plugins.erl

+ 1
- 1
src/rebar_plugins.erl Ver ficheiro

@ -17,7 +17,7 @@ install(State) ->
Plugins = rebar_state:get(State1, plugins, []),
{ok, State2} = rebar_prv_install_deps:handle_deps(State1, Plugins),
Apps = rebar_state:get(State2, all_deps),
Apps = rebar_state:get(State2, all_deps, []),
ToBuild = lists:dropwhile(fun rebar_app_info:valid/1, Apps),
lists:foreach(fun(AppInfo) ->
C = rebar_config:consult(rebar_app_info:dir(AppInfo)),

Carregando…
Cancelar
Guardar