Skip to content

Commit

Permalink
test-kitchen: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Sep 30, 2024
1 parent a9628ef commit b2b9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/test-kitchen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit b2b9706

Please sign in to comment.