diff --git a/config.go b/config.go index b8a8277..4f28699 100644 --- a/config.go +++ b/config.go @@ -222,7 +222,7 @@ func parseMollyFiles(path string, docBase string, config UserConfig) UserConfig continue } // If the file exists and we can read it, try to parse it - newConfig, err = readUserConfig(mollyPath, config, false) + config, err = readUserConfig(mollyPath, config, false) if err != nil { log.Println("Error parsing .molly file " + mollyPath + ": " + err.Error()) continue