]> arthur.barton.de Git - homebrew-alex.git/commitdiff
brew-run: Homebrew handles Casks by default as well master
authorAlexander Barton <alex@barton.de>
Thu, 8 Oct 2020 09:34:48 +0000 (11:34 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 8 Oct 2020 09:35:56 +0000 (11:35 +0200)
cmd/brew-run

index 4a94a5cbe0253807d5c10e959c4b55876006b110..26ad5380f47faf2b7634c923a1ba8194173485ae 100755 (executable)
@@ -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