diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/patches.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index ccae94fac..ccd677e7d 100644 --- a/Library/Homebrew/patches.rb +++ b/Library/Homebrew/patches.rb @@ -42,7 +42,7 @@ class Patches private def external_patches - @patches.select{|p| p.external?} + @patches.select{|p| p.external?} end # Collects the urls and output names of all external patches |
