Pārlūkot izejas kodu

fix clean all to use proper deps dir

pull/309/head
Tristan Sloughter pirms 10 gadiem
vecāks
revīzija
9f835553f0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/rebar_prv_clean.erl

+ 1
- 1
src/rebar_prv_clean.erl Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt