From ed31d73c1103646810ae2ea19dacf1bf377dd16e Mon Sep 17 00:00:00 2001 From: Hwangjae Lee Date: Wed, 31 Jan 2024 23:00:37 +0900 Subject: [PATCH] docs(internal): fixed it with the appropriate link (#19286) Signed-off-by: Hwangjae Lee --- internal/testutil/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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