mirror of
https://github.com/mempool/mempool.git
synced 2025-06-04 04:02:31 +02:00
Path fix
This commit is contained in:
parent
e41ce16bbb
commit
aa9fd845ef
@ -81,7 +81,7 @@ function downloadMiningPoolLogos$() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(`${poolLogo.name} is missing, downloading...`);
|
console.log(`${poolLogo.name} is missing, downloading...`);
|
||||||
download(`${PATH}mining-pools/${poolLogo.name}`, poolLogo.download_url);
|
download(filePath, poolLogo.download_url);
|
||||||
downloadedCount++;
|
downloadedCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user