From 5b6b400c5837b3bc1777ed6ea6740496d6317f2e Mon Sep 17 00:00:00 2001 From: Connor Mann <34930543+cnnrmnn@users.noreply.github.com> Date: Fri, 7 May 2021 09:42:54 -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 f138ba7c8d..f9b3371e6e 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -30,7 +30,6 @@ module Homebrew 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." - # odeprecated "brew tap --shallow" switch "--shallow", description: "Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration." switch "--force-auto-update",