internal/flags: fix typo (#28876)

pull/28882/head
alex 10 months ago committed by GitHub
parent cd0770ea68
commit bc0b87ca19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      internal/flags/helpers.go

@ -115,7 +115,7 @@ func doMigrateFlags(ctx *cli.Context) {
for _, parent := range ctx.Lineage()[1:] {
if parent.IsSet(name) {
// When iterating across the lineage, we will be served both
// the 'canon' and alias formats of all commmands. In most cases,
// the 'canon' and alias formats of all commands. In most cases,
// it's fine to set it in the ctx multiple times (one for each
// name), however, the Slice-flags are not fine.
// The slice-flags accumulate, so if we set it once as

Loading…
Cancel
Save