From 38772607a215f1e055a635e872a664586fce9df6 Mon Sep 17 00:00:00 2001 From: Rakshit Gondwal Date: Thu, 25 May 2023 21:25:02 +0530 Subject: [PATCH] fix: typo Signed-off-by: Rakshit Gondwal --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 93a49940dc..de946564aa 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -40,7 +40,7 @@ var versionCmd = &cobra.Command{ } } } - fmt.Printf("ks8gpt: %s (%s), built at: %s\n", Version, Commit, Date) + fmt.Printf("k8sgpt: %s (%s), built at: %s\n", Version, Commit, Date) }, }