Skip to content

Commit

Permalink
vale
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Apr 30, 2024
1 parent 443c3de commit 8bd85bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Homebrew/cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def clean

[@formula.bin, @formula.sbin, @formula.lib].each { |dir| clean_dir(dir) if dir.exist? }

# Get rid of any info `dir` files, so they don't conflict at the link stage
# Get rid of any info `dir` files, so they don't conflict at the link stage.
#
# The `dir` files come in at least 3 locations:
#
Expand All @@ -43,9 +43,9 @@ def clean
# conflict with other formulae because they use a shared location.
#
# See
# [cleaner: recursively delete info `dir`s by gromgit · Pull Request #11597][1],
# [emacs 28.1 bottle does not contain `dir` file · Issue #100190][2] and
# [Keep `info/#{f.name}/dir` files in cleaner by timvisher][3]
# [cleaner: recursively delete info `dir`s][1],
# [emacs 28.1 bottle does not contain `dir` file][2] and
# [Keep `info/#{f.name}/dir` files in cleaner][3]
# for more info.
#
# [1]: https://github.com/Homebrew/brew/pull/11597
Expand Down

0 comments on commit 8bd85bd

Please sign in to comment.