diff --git a/packages/create-astro/src/index.ts b/packages/create-astro/src/index.ts index 898d6b2486..677190d468 100644 --- a/packages/create-astro/src/index.ts +++ b/packages/create-astro/src/index.ts @@ -108,7 +108,7 @@ export async function main() { // Warning for issue #655 if (err.message === 'zlib: unexpected end of file') { - console.log(yellow("This seems to be a cache related problem. Remove the folder '~/.degit/github/snowpackjs' to fix this error.")); + console.log(yellow("This seems to be a cache related problem. Remove the folder '~/.degit/github/withastro' to fix this error.")); console.log(yellow('For more information check out this issue: https://github.com/withastro/astro/issues/655')); }