From 6bec6125f3aafea8edbce513ad94cd9ded1ccbd1 Mon Sep 17 00:00:00 2001
From: Remy Prechelt <prechelt@hawaii.edu>
Date: Sat, 24 Oct 2020 23:20:43 -1000
Subject: [PATCH] Rename top-level file to config.yaml

---
 Outputs/OutputManager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Outputs/OutputManager.h b/Outputs/OutputManager.h
index 391a3801a..58090fb8e 100644
--- a/Outputs/OutputManager.h
+++ b/Outputs/OutputManager.h
@@ -72,7 +72,7 @@ namespace corsika::output {
       config["version"] = "8.0.0-prealpha"; // the current version
 
       // write the node to a file
-      WriteNode(config, root_ / (name_ + ".yaml"));
+      WriteNode(config, root_ / ("config.yaml"));
     }
 
     void InitOutput(std::string const& name) const {
-- 
GitLab