summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-02 19:53:54 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-02 19:53:54 -0500
commit9f835553f0c9903f99c57d32dfe0a973195cc185 (patch)
tree96cc6ff142335c588d4c63712bccf21bbc4ca7c7
parentbff483a570ca6003244445899abbc479ec1f9395 (diff)
fix clean all to use proper deps dir
-rw-r--r--src/rebar_prv_clean.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_clean.erl b/src/rebar_prv_clean.erl
index 8fbc516..0da286b 100644
--- a/src/rebar_prv_clean.erl
+++ b/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 = []