Skip to content

Commit

Permalink
fix: weez url
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Nov 26, 2023
1 parent 72939d7 commit 09bf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/sqlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ wget --progress=bar:force:noscroll -q --show-progress https://files.data.gouv.fr
unzip "${DATA_DIR}/StockUniteLegale_utf8.zip" -d "${DATA_DIR}"

# WEEZ data
wget --progress=bar:force:noscroll -q --show-progress https://www.data.gouv.fr/fr/datasets/r/bfc3a658-c054-4ecc-ba4b-22f3f5789dc7 -O "${DATA_DIR}/WEEZ.csv"
wget --progress=bar:force:noscroll -q --show-progress https://www.data.gouv.fr/fr/datasets/r/a22e54f7-b937-4483-9a72-aad2ea1316f1 -O "${DATA_DIR}/WEEZ.csv"

echo "-- Data files md5 : "
for file in "$DATA_DIR"/*.csv; do
Expand Down

0 comments on commit 09bf1cb

Please sign in to comment.