diff --git a/download_data.sh b/download_data.sh index eb647da..d179f9b 100755 --- a/download_data.sh +++ b/download_data.sh @@ -1,5 +1,5 @@ # Full data set -# wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-complete.csv -P data/input +# wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-complete.csv -P data/input # Monthly update data set -wget https://storage.googleapis.com/street-group-technical-test-dmot/input/pp-monthly-update-new-version.csv -P data/input +wget https://storage.googleapis.com/street-group-technical-test-dmot-euw1/input/pp-monthly-update-new-version.csv -P data/input