IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9108e8b5 authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Rename <name>.yaml to config.yaml

parent b2dd1e6c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ namespace corsika::output {
std::filesystem::create_directory(path);
// write the config for this output to the file
WriteNode(outputs_.at(name).get().GetConfig(), path / (name + ".yaml"));
WriteNode(outputs_.at(name).get().GetConfig(), path / "config.yaml");
}
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment