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