Skip to content

Commit

Permalink
Updated script for latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aitnitishshelage committed Jul 28, 2022
1 parent 63b5e03 commit 2a98ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vendorlist/vendor-list.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions update-vendor-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function updateGVLData(){
console.log(`writing file vendor-list-v${counter}.json`);
await downloadFile(`${latestVersionURL}/archives/vendor-list-v${counter}.json`, `./docs/vendorlist/archives/vendor-list-v${counter}.json`);
}
await downloadFile(`${latestVersionURL}/archives/vendor-list-v${latestVersion}.json`, `./docs/vendorlist/vendor-list.json`);
}
}

Expand Down

0 comments on commit 2a98ca1

Please sign in to comment.