From 1867eef47e12f4532500a8dbe14a301a7a9b7fe9 Mon Sep 17 00:00:00 2001 From: Casey B Date: Fri, 26 Jul 2024 02:02:32 +0000 Subject: [PATCH] Update demos-run-v1.js --- demos-run-v1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos-run-v1.js b/demos-run-v1.js index 5b32e50..69d04aa 100644 --- a/demos-run-v1.js +++ b/demos-run-v1.js @@ -73,7 +73,7 @@ async function main() { await executeCommand( 'git init', '⚙️ Initializing git... Git-er done.', - 'Git initialized!\n', + 'Git initialized\n', chalk.yellow ); @@ -82,7 +82,7 @@ async function main() { await executeCommand( 'git pull https://username:access-token@git.tcf.ventures/TCF-Ventures-LLC/' + repoName, '📥 Importing repo files... Are these your files? 🃏', - 'Files Imported!\n', + 'Files Imported\n', chalk.green );