Merge pull request #13059 from alebcay/linux-install-from-api-linuxbrew-core-check

diagnostic: skip linuxbrew-core tap check when installing from API
This commit is contained in:
Mike McQuaid 2022-03-29 14:58:43 +01:00 committed by GitHub
commit a7be469995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ module Homebrew
end
def check_linuxbrew_core
return if Homebrew::EnvConfig.install_from_api?
return unless CoreTap.instance.linuxbrew_core?
<<~EOS