Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Fix xcode check variable name. #10624

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/doctor.rb
Expand Up @@ -209,7 +209,7 @@ def check_for_latest_xcode
end end
if MacOS.xcode_version < latest_xcode then <<-EOS.undent if MacOS.xcode_version < latest_xcode then <<-EOS.undent
Your Xcode version is outdated Your Xcode version is outdated
Please install Xcode #{v}. Please install Xcode #{latest_xcode}.
EOS EOS
end end
end end
Expand Down