aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-09 13:29:56 -0600
committerJack Nagel2012-03-09 13:29:56 -0600
commitb879c65484b6f8b40906c9008aa16192e76b857b (patch)
tree14d420fe9d2a28c1d3782cd6d935918f83d51217 /Library
parent8e94c95afe54e6ed9894b5eccd6f63fb08935d2c (diff)
downloadhomebrew-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.rb2
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