Unverified Commit 5ddb5890 authored by Qin Li's avatar Qin Li Committed by GitHub

fix(brew): suppress error message of brew cask on Linux (#11302)

parent 239e2f9f
......@@ -36,7 +36,7 @@ alias buf='brew upgrade --formula'
function brews() {
local formulae="$(brew leaves | xargs brew deps --installed --for-each)"
local casks="$(brew list --cask)"
local casks="$(brew list --cask 2>/dev/null)"
local blue="$(tput setaf 4)"
local bold="$(tput bold)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment