info.rb: correctly check if the formula is bottled
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7e3e86eb41
commit
44cdb0f66c
@ -239,7 +239,7 @@ module Homebrew
|
||||
|
||||
if stable = f.stable
|
||||
s = "stable #{stable.version}"
|
||||
s += " (bottled)" if stable.bottled?
|
||||
s += " (bottled)" if stable.bottled? && f.pour_bottle?
|
||||
specs << s
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user