Fix typo: Clonning → Cloning

This commit is contained in:
David Sinclair
2025-06-20 11:25:33 +02:00
parent be91b53c86
commit 96dd8d37a5
4 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ export const cloneGithubRepository = async ({
});
writeStream.write(`\nCloned ${repoclone}: ✅\n`);
} catch (error) {
writeStream.write(`ERROR Clonning: ${error}: ❌`);
writeStream.write(`ERROR Cloning: ${error}: ❌`);
throw error;
} finally {
writeStream.end();