Skip to content

Commit 8213b8c

Browse files
committed
add -O
1 parent 098d795 commit 8213b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/downloadLabourData.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ cd "$TARGET_DIR"
1919
echo "Downloading to: $(pwd)"
2020
URL=$(curl -s 'https://www150.statcan.gc.ca/t1/wds/rest/getFullTableDownloadCSV/14100355/en' | jq -r '.object')
2121
curl -o 14100355-eng.zip "$URL"
22-
unzip 14100355-eng.zip
22+
unzip -o 14100355-eng.zip
2323
rm 14100355-eng.zip
2424
echo "Download completed in: $TARGET_DIR"

0 commit comments

Comments
 (0)