From ebfdbc695ef8bf615ab28fba1d8c22752f21e1cd Mon Sep 17 00:00:00 2001 From: Daniel Widgren Date: Fri, 26 Jun 2015 22:39:15 +0200 Subject: Fixed review comments --- src/rebar_prv_common_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_prv_common_test.erl') diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index f76fdf5..9128064 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -354,7 +354,7 @@ remove_links(Path) -> true -> file:delete(Path); false -> - ec_file:is_dir(Path) andalso + IsDir andalso lists:foreach(fun(ChildPath) -> remove_links(ChildPath) end, sub_dirs(Path)) -- cgit v1.1