Skip to content

Commit

Permalink
byteman: Fix Homebrew/NoFileutilsRmrf offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jul 22, 2024
1 parent 9109e45 commit 97569fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/b/byteman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Byteman < Formula
depends_on "openjdk"

def install
rm_rf Dir["bin/*.bat"]
rm_r(Dir["bin/*.bat"])
doc.install Dir["docs/*"], "README"
libexec.install ["bin", "lib", "contrib"]
pkgshare.install ["sample"]
Expand Down

0 comments on commit 97569fa

Please sign in to comment.