cmd/upgrade: deprecate --ignore-pinned.

This commit is contained in:
Mike McQuaid 2023-12-13 12:03:54 +00:00 committed by GitHub
parent 9a00f2795d
commit d0da6bdf7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ module Homebrew
args = upgrade_args.parse
# Deprecated since this is now the default behavior.
# odeprecated "`brew upgrade --ignore-pinned`" if args.ignore_pinned?
odeprecated "`brew upgrade --ignore-pinned`" if args.ignore_pinned?
formulae, casks = args.named.to_resolved_formulae_to_casks
# If one or more formulae are specified, but no casks were