From 14537663961dbbe0d22c78668f3da7c7e6d2c1c3 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C bit4bit@riseup.net" Date: Thu, 3 Aug 2023 15:52:58 -0500 Subject: [PATCH] chore: fixes #9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d4d9ae2..cb4a9bc 100644 --- a/Rakefile +++ b/Rakefile @@ -40,7 +40,7 @@ task :tdd do tdd_cache = cache.read() if num > 0 && (tdd_cache != hash) - compose('exec', 'app.dev', 'rm -f /tmp/*.dump') + compose('exec', 'app.dev', 'bash -c "rm -f /tmp/*.dump"') cache.seek(0); cache.write(hash) end end