Skip to content

Commit 1f391ca

Browse files
author
Jan Schlicht
committed
Fix version string
Signed-off-by: Jan Schlicht <[email protected]>
1 parent 752e0bc commit 1f391ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func versionCmd(version semver.Version) *cobra.Command {
1515
}
1616

1717
cmd.Run = func(cmd *cobra.Command, args []string) {
18-
fmt.Printf("KUDO Hub %s\n", version.String())
18+
fmt.Printf("kitt %s\n", version.String())
1919
}
2020

2121
return cmd

0 commit comments

Comments
 (0)