aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/bottles.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/utils/bottles.rb')
-rw-r--r--Library/Homebrew/utils/bottles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/bottles.rb b/Library/Homebrew/utils/bottles.rb
index 8447f2472..7b40a2e41 100644
--- a/Library/Homebrew/utils/bottles.rb
+++ b/Library/Homebrew/utils/bottles.rb
@@ -5,7 +5,7 @@ module Utils
class Bottles
class << self
def tag
- @bottle_tag ||= "#{ENV["HOMEBREW_SYSTEM"]}-#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym
+ @bottle_tag ||= "#{ENV["HOMEBREW_SYSTEM"]}_#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym
end
def built_as?(f)