Run rubocop.
This commit is contained in:
parent
be22265860
commit
db37920fa7
@ -39,11 +39,11 @@ class XcodeRequirement < Requirement
|
|||||||
Installing just the Command Line Tools is not sufficient.
|
Installing just the Command Line Tools is not sufficient.
|
||||||
EOS
|
EOS
|
||||||
if MacOS.version >= :lion
|
if MacOS.version >= :lion
|
||||||
message += <<-EOS.undent
|
message + <<-EOS.undent
|
||||||
Xcode can be installed from the App Store.
|
Xcode can be installed from the App Store.
|
||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
message += <<-EOS.undent
|
message + <<-EOS.undent
|
||||||
Xcode can be installed from https://developer.apple.com/xcode/downloads/
|
Xcode can be installed from https://developer.apple.com/xcode/downloads/
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user