aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index b9de91dbd..c9040eac6 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -51,7 +51,7 @@ module Homebrew extend self
specs = []
stable = "stable #{f.stable.version}" if f.stable
- stable += " (bottled)" if f.bottle and bottles_supported?
+ stable += " (bottled)" if f.bottle and MacOS.bottles_supported?
specs << stable if stable
specs << "devel #{f.devel.version}" if f.devel
specs << "HEAD" if f.head