aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRob Olson2012-03-01 13:30:38 -0800
committerMax Howell2012-03-01 21:57:58 +0000
commit6c6efb87ae723a49659267e2bd3f944d4f1f763c (patch)
tree1b4a7e348b496c4d92b89036a2d5f7d82d6ba28e /Library
parentffc71c841822bd0779cc05643983c0ea77419e80 (diff)
downloadhomebrew-6c6efb87ae723a49659267e2bd3f944d4f1f763c.tar.bz2
Fix typo: '/Application' -> '/Applications'
Closes #10626. Signed-off-by: Max Howell <max@methylblue.com>
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