ソースを参照

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

fixes #172
pull/173/head
alisdair sullivan 10年前
コミット
04235f1a63
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar_config.erl

+ 1
- 1
src/rebar_config.erl ファイルの表示

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

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