Skip to content
Snippets Groups Projects
Commit 8bfbd232 authored by Administrator's avatar Administrator
Browse files

Unify naming (a little)

parent b0695678
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ class Config: ...@@ -50,7 +50,7 @@ class Config:
import toml import toml
if config_path is None: if config_path is None:
config_path = "config.toml" config_path = "config.toml"
global_config_path = "/etc/lvm-snapshot.toml" global_config_path = "/etc/lvm-snapshots.toml"
ENV_VAR = "LVM_SNAPSHOT_CONFIG" ENV_VAR = "LVM_SNAPSHOT_CONFIG"
if not os.path.isfile(config_path) and os.path.isfile(global_config_path): if not os.path.isfile(config_path) and os.path.isfile(global_config_path):
config_path = global_config_path config_path = global_config_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment