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"