浏览代码

Merge pull request #309 from tsloughter/clean_fix

fix clean all to use proper deps dir
pull/311/head
Fred Hebert 10 年前
父节点
当前提交
ae7c039336
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_clean.erl

+ 1
- 1
src/rebar_prv_clean.erl 查看文件

@ -37,7 +37,7 @@ do(State) ->
case All of
true ->
DepsDir = rebar_state:get(State, deps_dir, ?DEFAULT_DEPS_DIR),
DepsDir = rebar_dir:deps_dir(State),
DepApps = rebar_app_discover:find_apps([DepsDir], all);
false ->
DepApps = []

正在加载...
取消
保存