You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ambient-providers/google.md
+2-43Lines changed: 2 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ For the below steps, configure your environment variables.
64
64
65
65
```bash
66
66
# Get project-level metadata
67
-
export PROJECT_ID=$(gcloud config get project)# use "gcloud projects list" to get a list of projects and "gcloud config set project " to set the project
67
+
export PROJECT_ID=$(gcloud config get project)# use "gcloud projects list" to get a list of projects and "gcloud config set project <PROJECT_ID>" to set the project
0 commit comments