ソースを参照

fix find of deps for clean all

pull/667/head
Tristan Sloughter 9年前
コミット
f77457343a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar_prv_clean.erl

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

@ -39,7 +39,7 @@ do(State) ->
case All of
true ->
DepsDir = rebar_dir:deps_dir(State),
DepApps = rebar_app_discover:find_apps([DepsDir], all);
DepApps = rebar_app_discover:find_apps([filename:join(DepsDir, "*")], all);
false ->
DepApps = []
end,

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