aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index af364f0c8..81b62b938 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -357,7 +357,7 @@ def check_xcode_select_path
these is (probably) what you want:
sudo xcode-select -switch /Developer
- sudo xcode-select -switch /Application/Xcode.app
+ sudo xcode-select -switch /Applications/Xcode.app
EOS
end
end