diff options
| author | Markus Reiter | 2016-08-24 13:23:27 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-08-24 13:52:46 +0200 |
| commit | 50fee143583b129a86a56bdc21d1f4ff4b9f5812 (patch) | |
| tree | d1ea11a4c25a6ea45a1bf5d8340714c281cf645b /Library/Homebrew/cask/lib/hbc/cli | |
| parent | fa19447a2d9d311909452ee35b309d08558c9a3a (diff) | |
| download | brew-50fee143583b129a86a56bdc21d1f4ff4b9f5812.tar.bz2 | |
Unify heredoc style.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/uninstall.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/uninstall.rb b/Library/Homebrew/cask/lib/hbc/cli/uninstall.rb index cd98b6e61..ae15414b7 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/uninstall.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/uninstall.rb @@ -27,10 +27,10 @@ class Hbc::CLI::Uninstall < Hbc::CLI::Base single = versions.count == 1 - puts <<-EOF.undent + puts <<-EOS.undent #{cask_token} #{versions.join(', ')} #{single ? 'is' : 'are'} still installed. Remove #{single ? 'it' : 'them all'} with `brew cask uninstall --force #{cask_token}`. - EOF + EOS end end |
