diff options
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 |
