1 parent 098d795 commit 8213b8cCopy full SHA for 8213b8c
1 file changed
data/downloadLabourData.sh
@@ -19,6 +19,6 @@ cd "$TARGET_DIR"
19
echo "Downloading to: $(pwd)"
20
URL=$(curl -s 'https://www150.statcan.gc.ca/t1/wds/rest/getFullTableDownloadCSV/14100355/en' | jq -r '.object')
21
curl -o 14100355-eng.zip "$URL"
22
-unzip 14100355-eng.zip
+unzip -o 14100355-eng.zip
23
rm 14100355-eng.zip
24
echo "Download completed in: $TARGET_DIR"
0 commit comments