From 1add568a6f2a1c5103c50c96f6bfc06985d308c9 Mon Sep 17 00:00:00 2001 From: Alex Leute Date: Sun, 4 May 2025 23:49:02 -0400 Subject: [PATCH] Remove the sentence referencing --force-auto-update Because it was removed in 9ac3182 --- docs/Taps.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Taps.md b/docs/Taps.md index 114a168ba8..d2c3579e43 100644 --- a/docs/Taps.md +++ b/docs/Taps.md @@ -31,8 +31,7 @@ but the command isn't limited to any one location. * `brew tap / ` makes a clone of the repository at _URL_. Unlike the one-argument version, _URL_ is not assumed to be GitHub, and it doesn't have to be HTTP. Any location and any protocol that Git can handle is - fine, although non-GitHub taps require running `brew tap --force-auto-update /` - to enable automatic updating. + fine. * `brew tap --repair` migrates tapped formulae from a symlink-based to directory-based structure. (This should only need to be run once.)