Skip to content

Commit a7d0b12

Browse files
committed
correction config path
1 parent 323d459 commit a7d0b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pbs_backup_orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from dataclasses import dataclass, field
2626
from pathlib import Path
2727

28-
DEFAULT_CONF_DIR = Path("/etc/pbs-backup/conf.d")
28+
DEFAULT_CONF_DIR = Path("/etc/pbs_backup_orchestrator/conf.d")
2929
DEFAULT_LOCK_FILE = Path("/var/run/pbs-backup-orchestrator.lock")
3030

3131
log = logging.getLogger("pbs-backup")

0 commit comments

Comments
 (0)