Skip to content

Commit

Permalink
Merge pull request #178628 from Homebrew/zookeeper-rubocop-no-rmrf
Browse files Browse the repository at this point in the history
zookeeper: Fix `Homebrew/NoFileutilsRmrf` RuboCop offenses
  • Loading branch information
issyl0 committed Jul 27, 2024
2 parents 28070fa + f6af5a3 commit b937682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/z/zookeeper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def install
system "tar", "-xf", "zookeeper-assembly/target/apache-zookeeper-#{version}-bin.tar.gz"
binpfx = "apache-zookeeper-#{version}-bin"
libexec.install binpfx+"/bin", binpfx+"/lib", "zookeeper-contrib"
rm_f Dir["build-bin/bin/*.cmd"]
rm(Dir["build-bin/bin/*.cmd"])

system "tar", "-xf", "zookeeper-assembly/target/apache-zookeeper-#{version}-lib.tar.gz"
libpfx = "apache-zookeeper-#{version}-lib"
Expand Down

0 comments on commit b937682

Please sign in to comment.