From f77457343ae0af07110bf459013815a568656960 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 28 Jul 2015 18:33:21 -0500 Subject: fix find of deps for clean all --- src/rebar_prv_clean.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_prv_clean.erl b/src/rebar_prv_clean.erl index e3cb84e..f10d12b 100644 --- a/src/rebar_prv_clean.erl +++ b/src/rebar_prv_clean.erl @@ -39,7 +39,7 @@ do(State) -> case All of true -> DepsDir = rebar_dir:deps_dir(State), - DepApps = rebar_app_discover:find_apps([DepsDir], all); + DepApps = rebar_app_discover:find_apps([filename:join(DepsDir, "*")], all); false -> DepApps = [] end, -- cgit v1.1