Update demos-run-v1.js

This commit is contained in:
Casey B. 2024-07-26 02:02:32 +00:00
parent 0dbe8a99ce
commit 1867eef47e

View File

@ -73,7 +73,7 @@ async function main() {
await executeCommand( await executeCommand(
'git init', 'git init',
'⚙️ Initializing git... Git-er done.', '⚙️ Initializing git... Git-er done.',
'Git initialized!\n', 'Git initialized\n',
chalk.yellow chalk.yellow
); );
@ -82,7 +82,7 @@ async function main() {
await executeCommand( await executeCommand(
'git pull https://username:access-token@git.tcf.ventures/TCF-Ventures-LLC/' + repoName, 'git pull https://username:access-token@git.tcf.ventures/TCF-Ventures-LLC/' + repoName,
'📥 Importing repo files... Are these your files? 🃏', '📥 Importing repo files... Are these your files? 🃏',
'Files Imported!\n', 'Files Imported\n',
chalk.green chalk.green
); );