This commit is contained in:
softsimon 2023-05-14 14:21:41 -05:00
parent e41ce16bbb
commit aa9fd845ef
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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++;
}
}