Skip to content

Commit

Permalink
Fix postal code romen url
Browse files Browse the repository at this point in the history
  • Loading branch information
kamataryo committed Nov 2, 2023
1 parent dcf2c3c commit 5927ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const downloadPostalCodeKana = async () => {
module.exports.downloadPostalCodeKana = downloadPostalCodeKana

const downloadPostalCodeRome = async () => {
const url = 'https://www.post.japanpost.jp/zipcode/dl/roman/ken_all_rome.zip'
const url = 'https://www.post.japanpost.jp/zipcode/dl/roman/KEN_ALL_ROME.zip'
const csvPath = `${dataDir}/postalcode_roman.csv`
if (!fs.existsSync(csvPath)) {
await _downloadZippedFile(url, csvPath)
Expand Down

0 comments on commit 5927ac2

Please sign in to comment.