Merge pull request #9425 from maxim-belkin/cmd-info-bottled-other-prefix
cmd/info.rb: correctly check whether the formula is bottled
This commit is contained in:
commit
949095c247
@ -239,7 +239,7 @@ module Homebrew
|
|||||||
|
|
||||||
if stable = f.stable
|
if stable = f.stable
|
||||||
s = "stable #{stable.version}"
|
s = "stable #{stable.version}"
|
||||||
s += " (bottled)" if stable.bottled?
|
s += " (bottled)" if stable.bottled? && f.pour_bottle?
|
||||||
specs << s
|
specs << s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user