Skip to content

Commit

Permalink
Merge pull request #179270 from Homebrew/berkeley-db-rubocop-no-rmrf
Browse files Browse the repository at this point in the history
berkeley-db: Fix `Homebrew/NoFileutilsRmrf` RuboCop offenses
  • Loading branch information
issyl0 committed Aug 1, 2024
2 parents ec293cf + 42bb8d0 commit 6f2fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/b/berkeley-db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def install
system "make", "install", "DOCLIST=license"

# delete docs dir because it is huge
rm_rf prefix/"docs"
rm_r(prefix/"docs")
end
end

Expand Down

0 comments on commit 6f2fbca

Please sign in to comment.