We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ada348 commit 9c590beCopy full SHA for 9c590be
1 file changed
npm/index.ts
@@ -284,7 +284,7 @@ async function enablePages() {
284
285
try {
286
const url = exec(`gh api repos/${repo}/pages --jq .html_url`, true).trim();
287
- console.log(`${c.gray(s.line)} ${c.green(s.arrow)} Live URL: ${c.cyan(c.bold(url))}`);
+ console.log(`${c.gray(s.line)} ${c.green(s.arrow)} Live URL: ${c.cyan(c.bold(url))}\n└`);
288
} catch {
289
info('Site URL will be available shortly');
290
}
0 commit comments