Skip to content
Snippets Groups Projects
Unverified Commit 949095c2 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #9425 from maxim-belkin/cmd-info-bottled-other-prefix

cmd/info.rb: correctly check whether the formula is bottled
parents a0c0c4ea 44cdb0f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment