Merge pull request #13 from rurseekatze/station-id-normalize

Fix name of config param
This commit is contained in:
Patrick Brosi 2020-02-26 16:50:56 +01:00 committed by GitHub
commit 9c51f2799d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,7 @@ void MotConfigReader::parse(const std::vector<std::string>& paths) {
p.getVal(secStr, "station_id_normalize_chain").pos,
"<valid regular expression>",
std::string("<regex error: ") + e.what() + ">",
p.getVal(secStr, "station_normalize_chain").file);
p.getVal(secStr, "station_id_normalize_chain").file);
}
}