Przeglądaj źródła

don't attempt to merge locks when there are no dependencies

fixes #172
pull/173/head
alisdair sullivan 10 lat temu
rodzic
commit
04235f1a63
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_config.erl

+ 1
- 1
src/rebar_config.erl Wyświetl plik

@ -60,7 +60,7 @@ consult_file(File) ->
end
end.
merge_locks(Config, []) ->
merge_locks(Config, [[]]) ->
Config;
merge_locks(Config, [Locks]) ->
{deps, ConfigDeps} = lists:keyfind(deps, 1, Config),

Ładowanie…
Anuluj
Zapisz