Fix shellcheck error

This commit is contained in:
Carlo Cabrera 2022-11-24 22:15:03 +08:00
parent cf01a7f985
commit 239743f39b
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -150,6 +150,8 @@ safe_cd() {
} }
brew() { brew() {
# This variable is set by bin/brew
# shellcheck disable=SC2154
"${HOMEBREW_BREW_FILE}" "$@" "${HOMEBREW_BREW_FILE}" "$@"
} }