From 51d22df1c920a80788cf2256aa26cc7e2eccf487 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 2 Jan 2026 10:26:34 -0600 Subject: [PATCH] fix: use bold text for "DB must already exist" warning in installer --- src/wuttjamaican/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wuttjamaican/install.py b/src/wuttjamaican/install.py index 395a4a9..5bbe00b 100644 --- a/src/wuttjamaican/install.py +++ b/src/wuttjamaican/install.py @@ -146,8 +146,8 @@ class InstallHandler(GenericHandler): 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\t[italic]NB. You should already have created " - "the database in PostgreSQL or MySQL.[/italic]" + "\n\t[bold italic]NB. You should already have created " + "the database in PostgreSQL or MySQL.[/bold italic]" ) # shall we continue?