mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix typo in cleaner.rb
Seems like auto-correct was a bit too eager to fix things :) ?
This commit is contained in:
parent
0f09deded2
commit
4f8489faa1
@ -37,7 +37,7 @@ class Cleaner
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Removes any empty directories in the formula's prefix subtree
|
# Removes any empty directories in the formula's prefix subtree
|
||||||
# Keeps any empty directions projected by skip_clean
|
# Keeps any empty directions protected by skip_clean
|
||||||
# Removes any unresolved symlinks
|
# Removes any unresolved symlinks
|
||||||
def prune
|
def prune
|
||||||
dirs = []
|
dirs = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user