From 969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8 Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Wed, 26 Oct 2016 21:45:15 -0400 Subject: `brew doctor` recommends using cask to upgrade XQuartz Also changes exceptions.rb to use Formatter.url --- Library/Homebrew/cask/lib/hbc/exceptions.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Library/Homebrew/cask/lib') diff --git a/Library/Homebrew/cask/lib/hbc/exceptions.rb b/Library/Homebrew/cask/lib/hbc/exceptions.rb index c323f6c4c..548b26beb 100644 --- a/Library/Homebrew/cask/lib/hbc/exceptions.rb +++ b/Library/Homebrew/cask/lib/hbc/exceptions.rb @@ -84,13 +84,11 @@ module Hbc class CaskX11DependencyError < AbstractCaskErrorWithToken def to_s <<-EOS.undent - #{token} requires XQuartz/X11, which can be installed via homebrew-cask by - + #{token} requires XQuartz/X11, which can be installed using Homebrew-Cask by running brew cask install xquartz or manually, by downloading the package from - - https://www.xquartz.org/ + #{Formatter.url("https://www.xquartz.org/")} EOS end end -- cgit v1.2.3