Skip to content

Commit

Permalink
chore: Fix --set-env-var to --set-env-vars (GoogleCloudPlatform#3562)
Browse files Browse the repository at this point in the history
Original: GoogleCloudPlatform#3557

Contributor: @sbleru
  • Loading branch information
pattishin committed Nov 3, 2023
1 parent 01ea6f3 commit 5ae41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ testing.
gcloud builds submit --tag gcr.io/${GOOGLE_CLOUD_PROJECT}/${SAMPLE}
gcloud run deploy ${SAMPLE} \
# Needed for Manual Logging sample.
--set-env-var GOOGLE_CLOUD_PROJECT=${GOOGLE_CLOUD_PROJECT} \
--set-env-vars GOOGLE_CLOUD_PROJECT=${GOOGLE_CLOUD_PROJECT} \
--image gcr.io/${GOOGLE_CLOUD_PROJECT}/${SAMPLE}
```

Expand Down

0 comments on commit 5ae41d6

Please sign in to comment.