From 8bfbd2322e934c5a5b97399151fd68ed1bc26cc6 Mon Sep 17 00:00:00 2001
From: FSMPI Admin-Team <admin@fsmpi.rwth-aachen.de>
Date: Mon, 12 Jun 2017 16:38:00 +0200
Subject: [PATCH] Unify naming (a little)

---
 lvmsnapshot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lvmsnapshot.py b/lvmsnapshot.py
index 3d30439..29adae3 100644
--- a/lvmsnapshot.py
+++ b/lvmsnapshot.py
@@ -50,7 +50,7 @@ class Config:
         import toml
         if config_path is None:
             config_path = "config.toml"
-            global_config_path = "/etc/lvm-snapshot.toml"
+            global_config_path = "/etc/lvm-snapshots.toml"
             ENV_VAR = "LVM_SNAPSHOT_CONFIG"
             if not os.path.isfile(config_path) and os.path.isfile(global_config_path):
                 config_path = global_config_path
-- 
GitLab