Merge pull request #2597 from demondayza/canary

fix: fix typo for Github clone
This commit is contained in:
Mauricio Siu
2025-09-15 22:27:00 -06:00
committed by GitHub

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",