fix: fix typo for Github clone

This commit is contained in:
Andrew Margetts
2025-09-12 15:27:10 +02:00
committed by GitHub
parent 24729f35ec
commit d8a98f3936

View File

@@ -171,7 +171,7 @@ export const cloneGithubRepository = async ({
const cloneUrl = `https://oauth2:${token}@${repoclone}`;
try {
writeStream.write(`\nClonning Repo ${repoclone} to ${outputPath}: ✅\n`);
writeStream.write(`\nCloning Repo ${repoclone} to ${outputPath}: ✅\n`);
const cloneArgs = [
"clone",
"--branch",