Skip to content
Snippets Groups Projects
Commit 3d1f9e0a authored by Misty De Meo's avatar Misty De Meo
Browse files

exceptions: change 10.9 Xcode URL

parent bef0c9f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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