Drop readable? check since we don't do that for any other case

This commit is contained in:
Jack Nagel 2014-04-05 22:03:33 -05:00
parent 757c8ade0b
commit 686ab7ad7f

View File

@ -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