Fix typo: '/Application' -> '/Applications'

Closes Homebrew/homebrew#10626.

Signed-off-by: Max Howell <max@methylblue.com>
This commit is contained in:
Rob Olson 2012-03-01 13:30:38 -08:00 committed by Max Howell
parent 2a559110c2
commit d23b8dc5d3

View File

@ -357,7 +357,7 @@ def check_xcode_select_path
these is (probably) what you want: these is (probably) what you want:
sudo xcode-select -switch /Developer sudo xcode-select -switch /Developer
sudo xcode-select -switch /Application/Xcode.app sudo xcode-select -switch /Applications/Xcode.app
EOS EOS
end end
end end