From 65eca6ca524d4f54746401097b9f72880b72458d Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Wed, 25 Feb 2026 19:21:44 +0100 Subject: [PATCH] chore: linting --- quartz/bootstrap-cli.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs index 6c5e50a07..26adec595 100755 --- a/quartz/bootstrap-cli.mjs +++ b/quartz/bootstrap-cli.mjs @@ -41,7 +41,7 @@ async function launchTui() { if (!existsSync(tuiPath)) { console.error( "TUI plugin not installed. Install with:\n" + - " npx quartz plugin add github:quartz-community/tui\n" + " npx quartz plugin add github:quartz-community/tui\n", ) process.exit(1) }