diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index c57013900..9dc7289c3 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -188,7 +188,7 @@ class Formulary end formula_with_that_name = Formula.path(ref) - if formula_with_that_name.file? and formula_with_that_name.readable? + if formula_with_that_name.file? return StandardLoader.new(ref, formula_with_that_name) end |
