diff options
| author | Rob Olson | 2012-03-01 13:30:38 -0800 |
|---|---|---|
| committer | Max Howell | 2012-03-01 21:57:58 +0000 |
| commit | d23b8dc5d3ec45be36454fb90d6968abef370894 (patch) | |
| tree | 95004ab3af8241a265428d6a597ca8e7a768d38c /Library | |
| parent | 2a559110c2ef0fd6ff13f51b59154b9a165a95c2 (diff) | |
| download | brew-d23b8dc5d3ec45be36454fb90d6968abef370894.tar.bz2 | |
Fix typo: '/Application' -> '/Applications'
Closes Homebrew/homebrew#10626.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
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 |
