From c7f8ce83d44f6f4b0133c35a1b7a64a91e133900 Mon Sep 17 00:00:00 2001 From: Connor Mann <34930543+cnnrmnn@users.noreply.github.com> Date: Fri, 7 May 2021 09:42:44 -0400 Subject: [PATCH] Remove deprecation comment Co-authored-by: Mike McQuaid --- Library/Homebrew/cmd/tap.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index 4bc71e4041..f138ba7c8d 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -27,7 +27,6 @@ module Homebrew assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync. EOS - # odeprecated "brew tap --full" switch "--full", description: "Convert a shallow clone to a full clone without untapping. Taps are only cloned as "\ "shallow clones if `--shallow` was originally passed."