Change re-install command to use &&.
This commit is contained in:
parent
e4da2dfb9f
commit
0f7d1b137f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user