Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jul 9, 2024
1 parent 49f7a75 commit e2a912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/legacy_param_mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func PopulateNewConfigFromLegacyFlagsAndConfig(c cliContext, flags *flagStorage,
}

// overrideWithFlag function overrides the toUpdate value with updateValue if
// the flag is set in cliCOntext.
// the flag is set in cliContext.
func overrideWithFlag[T any](c cliContext, flag string, toUpdate *T, updateValue T) {
if !c.IsSet(flag) {
return
Expand Down

0 comments on commit e2a912d

Please sign in to comment.