From 0b0d05bb5f6719b8ecc36d6160ab1a1a4eaae193 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 11 Sep 2020 18:06:13 +0100 Subject: [PATCH] chore(bitbar): update brew cask outdated command --- bitbar/brew-cask-upgrades.1h.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbar/brew-cask-upgrades.1h.sh b/bitbar/brew-cask-upgrades.1h.sh index 8cdbd6b..7b68a79 100755 --- a/bitbar/brew-cask-upgrades.1h.sh +++ b/bitbar/brew-cask-upgrades.1h.sh @@ -27,7 +27,7 @@ main() { current_version+=("${BASH_REMATCH[2]}") new_version+=("${BASH_REMATCH[3]}") fi - done < <(/usr/local/bin/brew cask outdated --verbose) + done < <(/usr/local/bin/brew outdated --cask --verbose) count="${#formulas[@]}"