diff options
| author | Markus Reiter | 2016-10-02 19:53:34 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-02 19:53:43 +0200 |
| commit | 0f7d1b137f55264366c772105e5026253906d896 (patch) | |
| tree | c694c0d02305a94e331cf1c2a435c9044891e09e /Library/Homebrew/cask/lib/hbc/exceptions.rb | |
| parent | e4da2dfb9f49349251b51e80be57d2a70c979321 (diff) | |
| download | brew-0f7d1b137f55264366c772105e5026253906d896.tar.bz2 | |
Change re-install command to use `&&`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/exceptions.rb b/Library/Homebrew/cask/lib/hbc/exceptions.rb index 0977ac5c9..8c9481eec 100644 --- a/Library/Homebrew/cask/lib/hbc/exceptions.rb +++ b/Library/Homebrew/cask/lib/hbc/exceptions.rb @@ -41,7 +41,7 @@ module Hbc def reinstall_message <<-EOS.undent To re-install #{token}, run: - brew cask uninstall --force #{token}; brew cask install #{token} + brew cask uninstall --force #{token} && brew cask install #{token} EOS end end |
