Zeit -> zeit

This commit is contained in:
マリウス 2020-10-15 21:38:11 +01:00
parent f95d4dfbb4
commit a0b33ddfd2
No known key found for this signature in database
GPG key ID: C228EF0A530AF06F

View file

@ -17,6 +17,6 @@ var versionCmd = &cobra.Command{
Short: "Display what Zeit it is",
Long: `The version of Zeit.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Zeit", VERSION)
fmt.Println("zeit", VERSION)
},
}