Skip to content

Commit

Permalink
Correct download url.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314351841
  • Loading branch information
mdenil-google authored and diegolascasas committed Jun 8, 2020
1 parent 521e125 commit 20aab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketchy/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

DOWNLOAD_FOLDER="$1"
NUM_PARALLEL_DOWNLOADS="4" # set the number of download workers
DATA_URL="https://storage.cloud.google.com/sketchy-data"
DATA_URL="https://storage.googleapis.com/sketchy-data"

function download_shards {
# Usage: download_shards prefix num_shards
Expand Down

0 comments on commit 20aab06

Please sign in to comment.