Update demos-run-v1.js
This commit is contained in:
parent
0dbe8a99ce
commit
1867eef47e
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user