aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc
diff options
context:
space:
mode:
authorMike McQuaid2016-11-10 21:05:21 +0000
committerGitHub2016-11-10 21:05:21 +0000
commitc2815fbb9af4fe4518246cba7df418935fd3b711 (patch)
tree13b95795df816cec3c1bc0d169f905d4fa0abea7 /Library/Homebrew/cask/lib/hbc
parent42aa0982f9a39f321aeb2a186ebd9d9144d6a5bb (diff)
parent969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8 (diff)
downloadbrew-c2815fbb9af4fe4518246cba7df418935fd3b711.tar.bz2
Merge pull request #1381 from adzenith/patch-1
`brew doctor` recommends using cask to upgrade XQuartz
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc')
-rw-r--r--Library/Homebrew/cask/lib/hbc/exceptions.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/exceptions.rb b/Library/Homebrew/cask/lib/hbc/exceptions.rb
index 8a128a52b..14c52e94b 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