mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
One more error fix in the server command
And some other small code clean-up. See #1502
This commit is contained in:
@@ -28,7 +28,7 @@ import (
|
||||
|
||||
var timeLayout string // the layout for time.Time
|
||||
|
||||
var version = &cobra.Command{
|
||||
var versionCmd = &cobra.Command{
|
||||
Use: "version",
|
||||
Short: "Print the version number of Hugo",
|
||||
Long: `All software has versions. This is Hugo's.`,
|
||||
|
Reference in New Issue
Block a user