[provisioning] update brew recipe

This commit is contained in:
Correl Roush 2021-01-20 19:45:03 -05:00
parent b5341a781c
commit 6760e58377

View file

@ -14,7 +14,7 @@ function _brew {
function _brew_cask {
local pkg=$1
if ! brew cask list $pkg >/dev/null 2>&1; then
_run "[brew cask] Install $pkg" brew cask install $@
_run "[brew cask] Install $pkg" brew install --cask $@
else
echo "[brew cask] $pkg is already installed, skipping."
fi