commands: Fix case in default config variable

This commit is contained in:
bogem 2016-11-23 16:13:50 +01:00 committed by Bjørn Erik Pedersen
parent 6fb4f048e1
commit 52976da0ec

View file

@ -332,7 +332,7 @@ func newContentPathSection(path string) (string, string) {
func createConfig(inpath string, kind string) (err error) {
in := map[string]interface{}{
"baseurl": "http://example.org/",
"baseURL": "http://example.org/",
"title": "My New Hugo Site",
"languageCode": "en-us",
}