From f2faab543b6ba4b0cf6c373dcb9b3e32f0f61ee2 Mon Sep 17 00:00:00 2001 From: "Md. Ishtiaq Islam" Date: Fri, 22 Mar 2024 12:06:23 +0600 Subject: [PATCH] Update kubestash info url (#27) Signed-off-by: Md. Ishtiaq Islam --- pkg/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/root.go b/pkg/root.go index 9324cd70..dea731f2 100644 --- a/pkg/root.go +++ b/pkg/root.go @@ -27,7 +27,7 @@ func NewRootCmd() *cobra.Command { rootCmd := &cobra.Command{ Use: "kubectl-kubestash", Short: `kubectl plugin for KubeStash`, - Long: `kubectl plugin for KubeStash. For more information, visit here: https://appscode.com/products/kubestash`, + Long: `kubectl plugin for KubeStash. For more information, visit here: https://kubestash.com`, DisableAutoGenTag: true, }