diff --git a/legendary/lfs/lgndry.py b/legendary/lfs/lgndry.py index 78fc306b..2e9b0bf2 100644 --- a/legendary/lfs/lgndry.py +++ b/legendary/lfs/lgndry.py @@ -27,7 +27,7 @@ def __init__(self, config_file=None): self.log = logging.getLogger('LGDLFS') if config_path := os.environ.get('LEGENDARY_CONFIG_PATH'): - self.path = os.path.join(config_path, 'legendary') + self.path = config_path elif config_path := os.environ.get('XDG_CONFIG_HOME'): self.path = os.path.join(config_path, 'legendary') else: