Fixes default profile symlink not being available

Adaption for b8e13d9b - people are running into this.
This commit is contained in:
Daniel J. Hofmann 2017-01-11 14:38:57 +05:30 committed by Daniel J. H
parent 06ef3053de
commit 813e16b9b4

View File

@ -35,7 +35,7 @@ return_code parseArguments(int argc, char *argv[], extractor::ExtractorConfig &e
config_options.add_options()(
"profile,p",
boost::program_options::value<boost::filesystem::path>(&extractor_config.profile_path)
->default_value("profile.lua"),
->default_value("profiles/car.lua"),
"Path to LUA routing profile")(
"threads,t",
boost::program_options::value<unsigned int>(&extractor_config.requested_num_threads)