diff --git a/Rakefile b/Rakefile index 6b4bc077..5694a293 100644 --- a/Rakefile +++ b/Rakefile @@ -130,11 +130,9 @@ namespace :install do task :brew_cask do step 'Homebrew Cask' system('brew untap phinze/cask') if system('brew tap | grep phinze/cask > /dev/null') - unless system('brew tap | grep caskroom/cask > /dev/null') || system('brew tap caskroom/homebrew-cask') - abort "Failed to tap caskroom/homebrew-cask in Homebrew." + unless system('brew tap | grep caskroom/cask > /dev/null') || system('brew tap caskroom/cask') + abort "Failed to tap caskroom/cask in Homebrew." end - - brew_install 'brew-cask' end desc 'Install The Silver Searcher'