Merge pull request #13 from rurseekatze/station-id-normalize
Fix name of config param
This commit is contained in:
commit
9c51f2799d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue