fix: typo (#463)

Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com>
This commit is contained in:
Rakshit Gondwal 2023-05-27 00:19:29 +05:30 committed by GitHub
parent 5cf4fc52da
commit 1b86a6fc89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
},
}