2018-10-02 15:43:16 -07:00
|
|
|
class CoreTap < Tap
|
2019-01-24 22:51:33 -08:00
|
|
|
# @private
|
|
|
|
def initialize
|
|
|
|
super "Homebrew", "core"
|
2019-02-13 15:14:32 +00:00
|
|
|
@full_name = "Homebrew/linuxbrew-core" unless ENV["HOMEBREW_FORCE_HOMEBREW_ON_LINUX"]
|
2018-10-02 15:43:16 -07:00
|
|
|
end
|
|
|
|
end
|