mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
extend/os/mac/diagnostic: fix indentation
This commit is contained in:
parent
3a127e405e
commit
2842910609
@ -318,11 +318,11 @@ module Homebrew
|
||||
return unless MacOS::XQuartz.version.include? "beta"
|
||||
|
||||
<<-EOS.undent
|
||||
The following beta release of XQuartz is installed: #{MacOS::XQuartz.version}
|
||||
The following beta release of XQuartz is installed: #{MacOS::XQuartz.version}
|
||||
|
||||
XQuartz beta releases include address sanitization, and do not work with
|
||||
all software; notably, wine will not work with beta releases of XQuartz.
|
||||
We recommend only installing stable releases of XQuartz.
|
||||
XQuartz beta releases include address sanitization, and do not work with
|
||||
all software; notably, wine will not work with beta releases of XQuartz.
|
||||
We recommend only installing stable releases of XQuartz.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user