chore(bitbar): update brew cask outdated command

This commit is contained in:
2020-09-11 18:06:13 +01:00
parent c0508d6d31
commit 0b0d05bb5f

View File

@@ -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[@]}"