summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
authorbogem <albertnigma@gmail.com>2016-11-18 23:21:45 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-22 23:43:55 +0100
commit713f577a275174c2450fff4f24e454819f6144be (patch)
treee5031b31c3a688471dbc6864fe28d322bd66ad5b /commands/hugo.go
parentdec1706ae0439bc6241332c6c9e7e6a818a203f0 (diff)
commands, hugolib: Unify case of config variable names
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 506708390..a36549142 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -279,7 +279,7 @@ func InitializeConfig(subCmdVs ...*cobra.Command) error {
}
if !viper.GetBool("relativeURLs") && viper.GetString("baseURL") == "" {
- jww.ERROR.Println("No 'baseurl' set in configuration or as a flag. Features like page menus will not work without one.")
+ jww.ERROR.Println("No 'baseURL' set in configuration or as a flag. Features like page menus will not work without one.")
}
if theme != "" {