Skip to content

Commit

Permalink
fix: download: cURL "collected" files in series (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored Jul 8, 2021
1 parent 3cc268c commit 1b60e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/download_all.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function downloadAll(config, callback) {

const dataHost = config.get('imports.openaddresses.dataHost') || 'https://data.openaddresses.io';

async.each(
async.eachSeries(
[
// all non-share-alike data
`${dataHost}/openaddr-collected-global.zip`,
Expand Down

0 comments on commit 1b60e97

Please sign in to comment.