From 79a769215fc75fecea9fe0ddbebdc4bae166086a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 6 Jun 2013 16:02:27 -0500 Subject: Decouple bottle tags from MacOS.cat --- Library/Homebrew/cmd/bottle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') 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 -- cgit v1.2.3