rephrase info message

This commit is contained in:
TerminalMan 2024-09-16 14:18:54 +01:00
parent 564bdcf0a8
commit 7f03003437

View file

@ -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)