Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: Update example commands to use cloud-storage-samples bucket (#253)
Browse files Browse the repository at this point in the history
* Fix typo in example command

* fix: Change ex cmd bucket to cloud-samples-data
  • Loading branch information
leahecole committed Jun 10, 2019
1 parent ed070af commit 3a80413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,11 +593,11 @@ async function main() {
{},
opts => analyzeObjectTracking(opts.path)
)
.example(`node $0 shots gs://demomaker/sushi.mp4`)
.example(`node $0 labels-gcs gs://demomaker/tomatoes.mp4`)
.example(`node $0 shots gs://cloud-samples-data/video/googlework_short.mp4`)
.example(`node $0 labels-gcs gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 labels-file cat.mp4`)
.example(`node $0 safe-search gs://demomaker/tomatoes.mp4`)
.example(`node $0 transcription gs://demomaker/tomatoes.mp4`)
.example(`node $0 safe-search gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 transcription gs://cloud-samples-data/video/cat.mp4`)
.example(`node $0 video-text ./resources/googlework_short.mp4`)
.example(
`node $0 video-text-gcs gs://nodejs-docs-samples/video/googlework_short.mp4`
Expand Down

0 comments on commit 3a80413

Please sign in to comment.