diff options
| author | Mike McQuaid | 2016-09-11 17:53:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-13 07:57:09 +0100 |
| commit | 6a81782753d660eb3a9b6b2f303015205177c518 (patch) | |
| tree | 5327e9bd3691f319319e18b6275035584b1d46ff /Library/Homebrew/extend/os/mac/development_tools.rb | |
| parent | df5605fa01cea58928d39bf12b27912c39c3f646 (diff) | |
| download | brew-6a81782753d660eb3a9b6b2f303015205177c518.tar.bz2 | |
extend/os/mac/development_tools: fix Rubocop warnings.
Diffstat (limited to 'Library/Homebrew/extend/os/mac/development_tools.rb')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/development_tools.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/extend/os/mac/development_tools.rb b/Library/Homebrew/extend/os/mac/development_tools.rb index 25235e4ae..b9c9d8e43 100644 --- a/Library/Homebrew/extend/os/mac/development_tools.rb +++ b/Library/Homebrew/extend/os/mac/development_tools.rb @@ -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 |
