revert var expansion test

This commit is contained in:
Robert Wilkins III 2023-04-20 02:19:36 +00:00
commit e0aba3223f

View file

@ -24,7 +24,7 @@ In the next step, you'll configure the GCP environment and deploy Langflow.
Run the deploy_langflow_gcp.sh script to configure the GCP environment and deploy Langflow:
```sh
gcloud config set project {{project_id}}
gcloud config set project {{project-id}}
bash ./deploy_langflow_gcp.sh
```