3
0
Fork 0

fix: use bold text for "DB must already exist" warning in installer

This commit is contained in:
Lance Edgar 2026-01-02 10:26:34 -06:00
parent a6e8e12156
commit 51d22df1c9

View file

@ -146,8 +146,8 @@ class InstallHandler(GenericHandler):
self.rprint(f"\n\t[blue]Welcome to {self.app.get_title()}![/blue]") self.rprint(f"\n\t[blue]Welcome to {self.app.get_title()}![/blue]")
self.rprint("\n\tThis tool will install and configure the app.") self.rprint("\n\tThis tool will install and configure the app.")
self.rprint( self.rprint(
"\n\t[italic]NB. You should already have created " "\n\t[bold italic]NB. You should already have created "
"the database in PostgreSQL or MySQL.[/italic]" "the database in PostgreSQL or MySQL.[/bold italic]"
) )
# shall we continue? # shall we continue?