Skip to content

Commit

Permalink
Merge pull request atomantic#73 from applena/caskfix
Browse files Browse the repository at this point in the history
fixed cask issue
  • Loading branch information
atomantic authored Dec 22, 2020
2 parents e9ea149 + d2ada43 commit ba52404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_sh/requirers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function require_cask() {
brew cask list $1 > /dev/null 2>&1 | true
if [[ ${PIPESTATUS[0]} != 0 ]]; then
action "brew cask install $1 $2"
brew cask install $1
brew install --cask $1
if [[ $? != 0 ]]; then
error "failed to install $1! aborting..."
# exit -1
Expand Down

0 comments on commit ba52404

Please sign in to comment.