Zeit -> zeit
This commit is contained in:
parent
f95d4dfbb4
commit
a0b33ddfd2
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ var versionCmd = &cobra.Command{
|
||||||
Short: "Display what Zeit it is",
|
Short: "Display what Zeit it is",
|
||||||
Long: `The version of Zeit.`,
|
Long: `The version of Zeit.`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
fmt.Println("Zeit", VERSION)
|
fmt.Println("zeit", VERSION)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue