summaryrefslogtreecommitdiffstats
path: root/commands/check.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-12-02 11:56:36 -0700
committerAnthony Fok <foka@debian.org>2015-12-02 11:56:36 -0700
commitd48781badf4bf26bffe116365daf653b5eaa5935 (patch)
tree69d9161a8647fbbb6d8de8f1fa3a3206c15babb6 /commands/check.go
parentc5287e78170474abcf8bbb3aa0fd837de2bafaaa (diff)
One more error fix in the server command
And some other small code clean-up. See #1502
Diffstat (limited to 'commands/check.go')
-rw-r--r--commands/check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check.go b/commands/check.go
index f17602246..59188dc90 100644
--- a/commands/check.go
+++ b/commands/check.go
@@ -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