mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
One more error fix in the server command
And some other small code clean-up. See #1502
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"github.com/spf13/hugo/hugolib"
|
||||
)
|
||||
|
||||
var check = &cobra.Command{
|
||||
var checkCmd = &cobra.Command{
|
||||
Use: "check",
|
||||
Short: "Check content in the source directory",
|
||||
Long: `Hugo will perform some basic analysis on the content provided
|
||||
|
Reference in New Issue
Block a user