diff options
| author | Baptiste Fontaine | 2014-12-20 00:55:39 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-12-20 11:41:00 -0500 |
| commit | 15fcf54474ec9cd585ab77a0ad00ae5f387cb5fe (patch) | |
| tree | 74c814b30e86743e024eba8dd9dbcfd698686e71 /Library | |
| parent | c609f81c0e1b6f3928a72e34ff90d74a051158db (diff) | |
| download | homebrew-15fcf54474ec9cd585ab77a0ad00ae5f387cb5fe.tar.bz2 | |
Typo in skip_clean? documentation
Closes #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 |
