diff options
| author | Baptiste Fontaine | 2014-12-20 00:55:39 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-20 11:41:00 -0500 |
| commit | 69b01772cc073275a2d8aaa744f734fad7142f88 (patch) | |
| tree | e755b2997ae482c136e7f4f99080c588b2c1e669 /Library | |
| parent | 0344d243e4b7279490d9be806ee440fcdcb102b3 (diff) | |
| download | brew-69b01772cc073275a2d8aaa744f734fad7142f88.tar.bz2 | |
Typo in skip_clean? documentation
Closes Homebrew/homebrew#35142.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
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 |
