From a69010015c4c52ec776257149bdcb2b98f1b8c2a Mon Sep 17 00:00:00 2001 From: nitishfy Date: Mon, 28 Oct 2024 16:37:52 +0530 Subject: [PATCH] minor Signed-off-by: nitishfy --- cmd/argocd/commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/argocd/commands/root.go b/cmd/argocd/commands/root.go index f1dae6c8e8686..34d92be212bcd 100644 --- a/cmd/argocd/commands/root.go +++ b/cmd/argocd/commands/root.go @@ -4,6 +4,7 @@ import ( "fmt" "os" "strings" + "github.com/spf13/cobra" "k8s.io/client-go/tools/clientcmd"