Skip to content

Commit

Permalink
Merge branch 'master' into add-build-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbast authored Oct 9, 2023
2 parents a91f278 + 357490f commit 0a31966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ std::string osm2rdf::config::Config::getInfo(std::string_view prefix) const {
}
}
oss << "\n" << prefix << osm2rdf::config::constants::SECTION_CONTAINS;
std::string modeStrings[3] = {"none", "full", "reduced"};
std::string modeStrings[3] = {"none", "reduced", "full"};
oss << "\n"
<< prefix << osm2rdf::config::constants::OSM2RDF_GEO_TRIPLES_INFO << ": "
<< (modeStrings[osm2rdfGeoTriplesMode]);
Expand Down

0 comments on commit 0a31966

Please sign in to comment.