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