We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ea149 + d2ada43 commit ba52404Copy full SHA for ba52404
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