We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ea149 commit d2ada43Copy full SHA for d2ada43
1 file changed
lib_sh/requirers.sh
@@ -36,7 +36,7 @@ function require_cask() {
36
brew cask list $1 > /dev/null 2>&1 | true
37
if [[ ${PIPESTATUS[0]} != 0 ]]; then
38
action "brew cask install $1 $2"
39
- brew cask install $1
+ brew install --cask $1
40
if [[ $? != 0 ]]; then
41
error "failed to install $1! aborting..."
42
# exit -1
0 commit comments