Parcourir la source

Merge pull request #309 from tsloughter/clean_fix

fix clean all to use proper deps dir
pull/311/head
Fred Hebert il y a 10 ans
Parent
révision
ae7c039336
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rebar_prv_clean.erl

+ 1
- 1
src/rebar_prv_clean.erl Voir le fichier

@ -37,7 +37,7 @@ do(State) ->
case All of case All of
true -> 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); DepApps = rebar_app_discover:find_apps([DepsDir], all);
false -> false ->
DepApps = [] DepApps = []

Chargement…
Annuler
Enregistrer