diff options
| author | Misty De Meo | 2015-08-21 11:46:39 -0700 |
|---|---|---|
| committer | Misty De Meo | 2015-08-21 11:46:39 -0700 |
| commit | 3d1f9e0a9c6185b470630c29e44714ac2d050371 (patch) | |
| tree | 14c777ae018fd05fc77913e79cc4ee63062cba05 /Library | |
| parent | bef0c9f37ff28667133f575cd27be41c8e04d846 (diff) | |
| download | brew-3d1f9e0a9c6185b470630c29e44714ac2d050371.tar.bz2 | |
exceptions: change 10.9 Xcode URL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 1118a102a..9e3a29983 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -279,7 +279,7 @@ class BuildToolsError < RuntimeError elsif MacOS.version == "10.9" xcode_text = <<-EOS.undent To continue, you must install Xcode from: - https://developer.apple.com/xcode/downloads/ + https://developer.apple.com/downloads/ or the CLT by running: xcode-select --install EOS @@ -325,7 +325,7 @@ class BuildFlagsError < RuntimeError elsif MacOS.version == "10.9" xcode_text = <<-EOS.undent or install Xcode from: - https://developer.apple.com/xcode/downloads/ + https://developer.apple.com/downloads/ or the CLT by running: xcode-select --install EOS |
