Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Feb 27, 2024
1 parent 73bea7b commit 16a7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kysor/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func versionCmd() *cobra.Command {
Use: "version",
Short: "Show KYSOR version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("Kysor version:%s\n", Version)
fmt.Printf("Kysor version: %s\n", Version)
if Tag != "" {
fmt.Printf("Git tag: %s\n", Tag)
}
Expand Down

0 comments on commit 16a7435

Please sign in to comment.