mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Update .degit cache path in error message (#2400)
astro's repo changed from snowpack/astro to withastro/astro. Thank @raph5
This commit is contained in:
parent
da1cc0fd2b
commit
e0def89697
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue