diff --git a/recipes/brew b/recipes/brew index f78bfd0..7633ffb 100644 --- a/recipes/brew +++ b/recipes/brew @@ -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