fix(@ml/auto-commit-service): 🐛 update repository base path description in config.py
This commit is contained in:
parent
f2452b1449
commit
5c5c240a08
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ class AutoCommitSettings(BaseServiceSettings):
|
|||
|
||||
# Repository configuration
|
||||
repos_base_path: Path = Field(
|
||||
default=Path("/var/home/lilith/Code/@packages"),
|
||||
description="Primary base path containing repositories to process",
|
||||
default_factory=Path.cwd,
|
||||
description="Primary base path containing repositories to process (defaults to current directory)",
|
||||
)
|
||||
repos_base_paths: list[Path] = Field(
|
||||
default=[],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue