Skip to content

Commit

Permalink
docs(internal): fixed it with the appropriate link (cosmos#19286)
Browse files Browse the repository at this point in the history
Signed-off-by: Hwangjae Lee <[email protected]>
  • Loading branch information
meetrick authored Jan 31, 2024
1 parent 27d99d1 commit ed31d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testutil/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// 2. the built-in implementations of pflag.SliceValue
// 3. the custom implementations of pflag.SliceValue that are split by comma ","
//
// see https://github.com/spf13/cobra/issues/2079#issuecomment-1867991505 for more detail info
// see https://github.com/spf13/cobra/issues/2079#issuecomment-1870115781 for more detail info
func ResetArgs(t *testing.T, cmd *cobra.Command) {
t.Helper()
// if flags haven't been parsed yet, there is no need to reset the args
Expand Down

0 comments on commit ed31d73

Please sign in to comment.