From e391381acc23b0cce7024a31255c7e9932b47db2 Mon Sep 17 00:00:00 2001 From: Connor Mann <34930543+cnnrmnn@users.noreply.github.com> Date: Fri, 7 May 2021 10:13:08 -0400 Subject: [PATCH] Add tap --shallow deprecation TODO Co-authored-by: Rylan Polster --- Library/Homebrew/cmd/tap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/tap.rb b/Library/Homebrew/cmd/tap.rb index 45cfbf3986..28c4a677ee 100644 --- a/Library/Homebrew/cmd/tap.rb +++ b/Library/Homebrew/cmd/tap.rb @@ -64,6 +64,7 @@ module Homebrew if args.shallow? opoo "`brew tap --shallow` is now a no-op!" + # TODO: (3.2) Uncomment the following line and remove the `opoo` above # odeprecated "`brew tap --shallow`" end