brew.sh: remove outdated comment

This commit is contained in:
Ruoyu Zhong 2024-09-25 16:50:39 +08:00
parent 6328277f57
commit ea011ae528
No known key found for this signature in database

View File

@ -172,7 +172,6 @@ case "$@" in
source "${HOMEBREW_LIBRARY}/Homebrew/list.sh" source "${HOMEBREW_LIBRARY}/Homebrew/list.sh"
homebrew-list "$@" && exit 0 homebrew-list "$@" && exit 0
;; ;;
# falls back to cmd/tap.rb on a non-zero return
tap) tap)
source "${HOMEBREW_LIBRARY}/Homebrew/tap.sh" source "${HOMEBREW_LIBRARY}/Homebrew/tap.sh"
homebrew-tap "$@" && exit 0 homebrew-tap "$@" && exit 0