var expansion again

This commit is contained in:
Robert Wilkins III 2023-04-20 02:23:34 +00:00 committed by Gabriel Luiz Freitas Almeida
commit c4ebb0a3f6

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
```