From b2b97066d12f2373d24514137374d8dbdede9240 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 30 Sep 2024 15:05:26 +0200 Subject: [PATCH] test-kitchen: fix style --- Formula/test-kitchen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/test-kitchen.rb b/Formula/test-kitchen.rb index 0b2bae2..76b6c12 100644 --- a/Formula/test-kitchen.rb +++ b/Formula/test-kitchen.rb @@ -35,7 +35,7 @@ def install if OS.mac? ext_path = "extensions/#{Hardware::CPU.arch}-darwin-*/*/ffi-*/mkmf.log" - rm_f Dir[libexec/ext_path.to_s, libexec/"ruby/*/#{ext_path}"] + rm_r Dir[libexec/ext_path.to_s, libexec/"ruby/*/#{ext_path}"] end bin.env_script_all_files(libexec/"bin", GEM_HOME: ENV["GEM_HOME"])