From 4854aeb2dcd25faa19b4cafe1dd1b9178fdcd096 Mon Sep 17 00:00:00 2001 From: Marc-Philipp Esser Date: Tue, 17 Oct 2023 01:51:41 +0200 Subject: [PATCH] fix incorrect reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7df8c..4ba5008 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ See https://docs.prefect.io/latest/api-ref/rest-api/#finding-your-prefect-cloud- ### GCP Setup Run `make setup-gcp` to setup up the Google Cloud Project -If this doesn't work, run the commands from `01_setup_gcp.mk` command by command in the following order: +If this doesn't work, run the commands from `00_setup_gcp.mk` command by command in the following order: - `make create-gcp-project` - `make set-default-gcp-project` - `make link-project-to-billing-account`