From f5ff2de183986d304d4685bce8ffa4b5a6fc903f Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Fri, 6 Sep 2019 12:02:11 +0200 Subject: [PATCH] More drastic Recipe#clean. --- src/recipe.cr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/recipe.cr b/src/recipe.cr index 5c02fbc..6a06234 100644 --- a/src/recipe.cr +++ b/src/recipe.cr @@ -388,8 +388,7 @@ class Package::Recipe end def clean - FileUtils.rm_rf building_directory - FileUtils.rm_rf fake_root_directory + FileUtils.rm_rf working_directory end def watch