Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down