From 33dd2a7e0353f58831ad5ec9280735643ff5bbf4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 11 Jul 2018 14:12:38 +0100 Subject: [PATCH] diagnostic: be clearer about what we support. And be even more explicit whose problem it is when things are broken. --- Library/Homebrew/extend/os/mac/diagnostic.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 799b9a512e..67027f4d57 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -61,8 +61,10 @@ module Homebrew <<~EOS You are using macOS #{MacOS.version}. #{who} do not provide support for this #{what}. - You may encounter build failures or other breakages. - Please create pull-requests instead of filing issues. + You will encounter build failures and other breakages. + Please create pull-requests instead of asking for help on Homebrew's + GitHub, Discourse, Twitter or IRC. As you are running this #{what}, + you are responsible for resolving any issues you experience. EOS end