commands, hugolib: Unify case of config variable names

This commit is contained in:
bogem
2016-11-18 23:21:45 +01:00
committed by Bjørn Erik Pedersen
parent dec1706ae0
commit 713f577a27
2 changed files with 5 additions and 5 deletions

View File

@@ -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 != "" {