Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 979dc78

Browse files
authored
doc: Update env variable mentioned in Authoring Guide (GoogleCloudPlatform#7406)
The correct value to be changed in `testing/test-env.sh` is `GOOGLE_CLOUD_PROJECT` instead of `GCLOUD_PROJECT`. Source: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/1d6736bd49778b2440e348890ec444d785c4fb60/testing/test-env.tmpl.sh#L16
1 parent 1d6736b commit 979dc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AUTHORING_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ We suggest that you copy this file as follows:
640640
641641
```sh
642642
$ cp testing/test-env.tmpl.sh testing/test-env.sh
643-
$ editor testing/test-env.sh # change the value of `GCLOUD_PROJECT`.
643+
$ editor testing/test-env.sh # change the value of `GOOGLE_CLOUD_PROJECT`.
644644
```
645645
646646
You can easily `source` this file for exporting the environment variables.

0 commit comments

Comments
 (0)