From 59f0197450314f6fadb72a1c0a10b6205b20ebba Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Aug 2025 08:30:06 +0100 Subject: [PATCH] os/linux/diagnostic: make check_for_symlinked_home doctor-only. This avoids printing it every time a `brew install` is run. --- Library/Homebrew/extend/os/linux/diagnostic.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/extend/os/linux/diagnostic.rb b/Library/Homebrew/extend/os/linux/diagnostic.rb index dee2a27db9..d9e2073996 100644 --- a/Library/Homebrew/extend/os/linux/diagnostic.rb +++ b/Library/Homebrew/extend/os/linux/diagnostic.rb @@ -29,7 +29,6 @@ module OS check_glibc_minimum_version check_kernel_minimum_version check_supported_architecture - check_for_symlinked_home ].freeze end