rephrase info message
This commit is contained in:
parent
564bdcf0a8
commit
7f03003437
1 changed files with 3 additions and 3 deletions
|
|
@ -75,9 +75,9 @@ class TabbyConfig(TabbyConfigModel):
|
|||
|
||||
if legacy:
|
||||
logger.warning(
|
||||
"legacy config.yml files are deprecated"
|
||||
"Please upadte to the new version"
|
||||
"Attempting auto migrationy"
|
||||
"legacy config.yml files are deprecated, "
|
||||
"please upadte to the new version.\n"
|
||||
"Attempting auto migration"
|
||||
)
|
||||
new_cfg = TabbyConfigModel.model_validate(cfg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue