Browse Source

fix clean all to use proper deps dir

pull/309/head
Tristan Sloughter 10 years ago
parent
commit
9f835553f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_clean.erl

+ 1
- 1
src/rebar_prv_clean.erl View File

@ -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 = []

Loading…
Cancel
Save