aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2014-12-20 00:55:39 +0100
committerJack Nagel2014-12-20 11:41:00 -0500
commit69b01772cc073275a2d8aaa744f734fad7142f88 (patch)
treee755b2997ae482c136e7f4f99080c588b2c1e669 /Library/Homebrew/formula.rb
parent0344d243e4b7279490d9be806ee440fcdcb102b3 (diff)
downloadbrew-69b01772cc073275a2d8aaa744f734fad7142f88.tar.bz2
Typo in skip_clean? documentation
Closes Homebrew/homebrew#35142. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 463bd8d9d..c60468766 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -311,7 +311,7 @@ class Formula
# sometimes the formula cleaner breaks things
# skip cleaning paths in a formula with a class method like this:
- # skip_clean "bin/foo", "lib"bar"
+ # skip_clean "bin/foo", "lib/bar"
# keep .la files with:
# skip_clean :la
def skip_clean? path