diff --git a/lvmsnapshot.py b/lvmsnapshot.py
index 3d304390e4565d3bb7f8448b46fcd4360e2c386b..29adae37bf956a69548cc4fc92e8cdb0640038e1 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