Drop readable? check since we don't do that for any other case
This commit is contained in:
parent
757c8ade0b
commit
686ab7ad7f
@ -188,7 +188,7 @@ class Formulary
|
|||||||
end
|
end
|
||||||
|
|
||||||
formula_with_that_name = Formula.path(ref)
|
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)
|
return StandardLoader.new(ref, formula_with_that_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user