diff --git a/internal/testutil/cmd.go b/internal/testutil/cmd.go index aa7bbe91881e..2d3c662cbe3b 100644 --- a/internal/testutil/cmd.go +++ b/internal/testutil/cmd.go @@ -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