removed old call to phinze/casks

This commit is contained in:
Nathaniel Landau
2015-01-03 20:32:38 -05:00
parent 93b1386afd
commit 8f558f6ccd

View File

@@ -40,11 +40,10 @@ hasHomebrew () {
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap phinze/homebrew-cask
else
e_error "Without Homebrew installed we won't get very far."
e_error "Exiting"
exit 1
exit 0
fi
fi
}