From: Alexander Barton Date: Thu, 8 Oct 2020 09:34:48 +0000 (+0200) Subject: brew-run: Homebrew handles Casks by default as well X-Git-Url: https://arthur.barton.de/gitweb/?p=homebrew-alex.git;a=commitdiff_plain;h=HEAD brew-run: Homebrew handles Casks by default as well --- diff --git a/cmd/brew-run b/cmd/brew-run index 4a94a5c..26ad538 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -21,7 +21,7 @@ brew update || ax_abort "Update failed!" outdated=$( brew outdated --verbose | grep -F -cv "pinned at" ) if [ "$outdated" -gt 0 ]; then echo - ax_msg - "$outdated formula outdated:" + ax_msg - "$outdated formula & casks outdated:" brew outdated --verbose || ax_abort "Failed to list outdated packages!" echo