diff options
| author | Jack Nagel | 2012-03-09 13:29:56 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-03-09 13:29:56 -0600 |
| commit | b879c65484b6f8b40906c9008aa16192e76b857b (patch) | |
| tree | 14d420fe9d2a28c1d3782cd6d935918f83d51217 /Library | |
| parent | 8e94c95afe54e6ed9894b5eccd6f63fb08935d2c (diff) | |
| download | homebrew-b879c65484b6f8b40906c9008aa16192e76b857b.tar.bz2 | |
Remove unnecessary hyphen
Signed-off-by: Jack Nagel <jacknagel@gmail.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 ad6ffa60b..0d3ef3e87 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -208,7 +208,7 @@ def check_for_latest_xcode else "4.3" end if MacOS.xcode_version < latest_xcode then <<-EOS.undent - You have Xcode-#{MacOS.xcode_version}, which is outdated. + You have Xcode #{MacOS.xcode_version}, which is outdated. Please install Xcode #{latest_xcode}. EOS end |
