aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWilliam Woodruff2015-08-20 16:34:39 -0400
committerMisty De Meo2015-08-21 11:02:33 -0700
commit04a0b2aafe2062701be4028f408d0bee15f3815d (patch)
tree8b11bc439fc72ea300b066eb6bdd6caa59538f9b /Library
parent12b25f59cc1532690e8069efaadf35b0384dade3 (diff)
downloadbrew-04a0b2aafe2062701be4028f408d0bee15f3815d.tar.bz2
Mark TODO in brew doctor (future PR)
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 2a7c7abb1..102c9c2ea 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -257,6 +257,7 @@ class Checks
end
end
+ # TODO: distill down into single method definition a la BuildToolsError
if MacOS.version >= "10.9"
def check_for_installed_developer_tools
unless MacOS::Xcode.installed? || MacOS::CLT.installed? then <<-EOS.undent