From 1b86a6fc89f90d29fdf2fab87a517f0da225ec96 Mon Sep 17 00:00:00 2001 From: Rakshit Gondwal <98955085+rakshitgondwal@users.noreply.github.com> Date: Sat, 27 May 2023 00:19:29 +0530 Subject: [PATCH] fix: typo (#463) Signed-off-by: Rakshit Gondwal Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com> --- 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) }, }