Skip to content

Commit

Permalink
zookeeper: Fix Homebrew/NoFileutilsRmrf RuboCop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jul 26, 2024
1 parent 372aebe commit f6af5a3
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 f6af5a3

Please sign in to comment.