From b1b13deea7caef1c4c57448e2b9437d13e536ac1 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Sat, 30 May 2026 21:51:59 +0000 Subject: [PATCH] fix(rag): remove stray backslash from rag setup script --- infrastructure/07-rag-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/07-rag-setup.sh b/infrastructure/07-rag-setup.sh index 68629c8..c42ea4c 100644 --- a/infrastructure/07-rag-setup.sh +++ b/infrastructure/07-rag-setup.sh @@ -32,7 +32,7 @@ echo "" bash "$(dirname "$0")/00-authcheck.sh" gcloud services enable aiplatform.googleapis.com - storage.googleapis.com + storage.googleapis.com --project="${PROJECT_ID}" --quiet echo "✓ APIs enabled"