diff --git a/frontend/sync-assets.js b/frontend/sync-assets.js index 4d7b06124..26d84e319 100644 --- a/frontend/sync-assets.js +++ b/frontend/sync-assets.js @@ -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++; } }