Merge pull request #20511 from Homebrew/check_for_symlinked_home_doctor_only

os/linux/diagnostic: make check_for_symlinked_home doctor-only.
This commit is contained in:
Mike McQuaid 2025-08-19 07:45:58 +00:00 committed by GitHub
commit df589f47cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,6 @@ module OS
check_glibc_minimum_version
check_kernel_minimum_version
check_supported_architecture
check_for_symlinked_home
].freeze
end