aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2013-06-06 16:02:27 -0500
committerJack Nagel2013-06-06 16:02:27 -0500
commitf155d31943547779ed5c0960fa07da675281a3cf (patch)
tree6b10579566c71f920550c4385a1d2ae3f382228a /Library/Homebrew/cmd
parent1f19374e375c8fbcc73897391095d6e5ae468487 (diff)
downloadhomebrew-f155d31943547779ed5c0960fa07da675281a3cf.tar.bz2
Decouple bottle tags from MacOS.cat
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index 5f4501392..8019f6c0e 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -66,7 +66,7 @@ module Homebrew extend self
puts " prefix #{prefix}" if prefix
puts " cellar #{cellar}" if cellar
puts " revision #{bottle_revision}" if bottle_revision > 0
- puts " sha1 '#{sha1}' => :#{MacOS.cat}"
+ puts " sha1 '#{sha1}' => :#{bottle_tag}"
puts "end"
end
end