extend/os/mac/development_tools: fix Rubocop warnings.
This commit is contained in:
parent
df5605fa01
commit
6a81782753
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user