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