diff --git a/Library/Homebrew/extend/os/mac/utils/bottles.rb b/Library/Homebrew/extend/os/mac/utils/bottles.rb index 7db7f48b24..f500d41450 100644 --- a/Library/Homebrew/extend/os/mac/utils/bottles.rb +++ b/Library/Homebrew/extend/os/mac/utils/bottles.rb @@ -6,7 +6,7 @@ module Utils undef tag def tag - MacOS.cat + MacOS.version.to_sym end end diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index c0c898fb6a..dd918bbc21 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -58,10 +58,6 @@ module OS version > latest_stable_version end - def cat - version.to_sym - end - def languages @languages ||= [ *ARGV.value("language")&.split(","),