Skip to content

Commit 51a3863

Browse files
authored
Fix typos: GCP_BUCKET should be GCS_BUCKET
1 parent daacd1d commit 51a3863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beam_datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python -m tensorflow_datasets.scripts.download_and_prepare \
7171
--data_dir=$GCP_BUCKET/tensorflow_datasets \
7272
--beam_pipeline_options=\
7373
"runner=DataflowRunner,project=$GCP_PROJECT,job_name=$DATASET_NAME-gen,"\
74-
"staging_location=$GCP_BUCKET/binaries,temp_location=$GCP_BUCKET/temp,"\
74+
"staging_location=$GCS_BUCKET/binaries,temp_location=$GCS_BUCKET/temp,"\
7575
"requirements_file=/tmp/beam_requirements.txt"
7676
```
7777

0 commit comments

Comments
 (0)