Skip to content

Commit

Permalink
fix taps
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 16, 2025
1 parent ed3f082 commit 66c974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if [[ $OSTYPE == darwin* ]]; then
git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew

BREW_TAPS="$(BREW_TAPS="$(brew tap 2>/dev/null)"; echo -n "${BREW_TAPS//$'\n'/:}")"
for tap in core cask services; do
for tap in core cask command-not-found services; do
if [[ ":${BREW_TAPS}:" == *":homebrew/${tap}:"* ]]; then
brew tap --custom-remote --force-auto-update "homebrew/${tap}" "https://github.com/Homebrew/homebrew-${tap}"
fi
Expand Down

0 comments on commit 66c974a

Please sign in to comment.