extend/os/mac/development_tools: fix Rubocop warnings.

This commit is contained in:
Mike McQuaid 2016-09-11 17:53:00 +01:00
parent df5605fa01
commit 6a81782753

View File

@ -24,10 +24,10 @@ class DevelopmentTools
def installation_instructions
if MacOS.version >= "10.9"
<<-EOS.undent
Install the Command Line Tools:
xcode-select --install
EOS
<<-EOS.undent
Install the Command Line Tools:
xcode-select --install
EOS
elsif MacOS.version == "10.8" || MacOS.version == "10.7"
<<-EOS.undent
Install the Command Line Tools from