Skip to content

Commit

Permalink
cmd/upgrade: deprecate --ignore-pinned.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Dec 13, 2023
1 parent 9a00f27 commit d0da6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def upgrade
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
Expand Down

0 comments on commit d0da6bd

Please sign in to comment.