Skip to content
Snippets Groups Projects
Commit 28429106 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

extend/os/mac/diagnostic: fix indentation

parent 3a127e40
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment