Skip to content

Commit

Permalink
Update .degit cache path in error message (#2400)
Browse files Browse the repository at this point in the history
astro's repo changed from snowpack/astro to withastro/astro.

Thank @raph5
  • Loading branch information
weakish authored Jan 19, 2022
1 parent da1cc0f commit e0def89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}

Expand Down

0 comments on commit e0def89

Please sign in to comment.