Skip to content

Commit d2ada43

Browse files
committed
fixed cask issue
1 parent e9ea149 commit d2ada43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib_sh/requirers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function require_cask() {
3636
brew cask list $1 > /dev/null 2>&1 | true
3737
if [[ ${PIPESTATUS[0]} != 0 ]]; then
3838
action "brew cask install $1 $2"
39-
brew cask install $1
39+
brew install --cask $1
4040
if [[ $? != 0 ]]; then
4141
error "failed to install $1! aborting..."
4242
# exit -1

0 commit comments

Comments
 (0)