Skip to content
Snippets Groups Projects
Unverified Commit 5595deae authored by Mike McQuaid's avatar Mike McQuaid
Browse files

os/mac: remove MacOS.cat.

None of the supported versions are "cats" any more.
parent e2c76cce
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ module Utils
undef tag
def tag
MacOS.cat
MacOS.version.to_sym
end
end
......
......@@ -58,10 +58,6 @@ module OS
version > latest_stable_version
end
def cat
version.to_sym
end
def languages
@languages ||= [
*ARGV.value("language")&.split(","),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment