Remove deprecation comment

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Connor Mann 2021-05-07 09:42:44 -04:00 committed by cnnrmnn
parent 1e0551fca4
commit 18bb644ce7

View File

@ -27,7 +27,6 @@ module Homebrew
assumptions, so taps can be cloned from places other than GitHub and 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. using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
EOS EOS
# odeprecated "brew tap --full"
switch "--full", switch "--full",
description: "Convert a shallow clone to a full clone without untapping. Taps are only cloned as "\ description: "Convert a shallow clone to a full clone without untapping. Taps are only cloned as "\
"shallow clones if `--shallow` was originally passed." "shallow clones if `--shallow` was originally passed."