fix: change default immutable_path to make it backward compatible
This commit is contained in:
parent
087f62c304
commit
1313a24690
|
@ -71,7 +71,7 @@ class Config(BaseModel):
|
|||
)
|
||||
issue: Issue = Issue()
|
||||
immutable_path: Path = Field(
|
||||
Path("immutable_files"),
|
||||
Path("immutable"),
|
||||
validation_alias=AliasChoices("immutable-path", "immutable_path"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user