diff options
| -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 |
