From d5154ca62730017c5173107f4d858db28f9e38c6 Mon Sep 17 00:00:00 2001
From: locatelli <locatelli@ill.fr>
Date: Tue, 7 Jun 2022 10:44:37 +0200
Subject: [PATCH] configuration path changed

---
 src/Common.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Common.cpp b/src/Common.cpp
index 3633d4e..6947693 100644
--- a/src/Common.cpp
+++ b/src/Common.cpp
@@ -112,7 +112,7 @@ string Common::getNomadProperty(const string& propertyname) {
 		tmp.append("/.nomad");
 	}
 	string fileName(tmp);
-	fileName.append("/settings.properties");
+	fileName.append("/Settings.properties");
 	ifstream file(fileName.c_str());
 	if (file.is_open()) {
 		while (!file.eof()) {
-- 
GitLab