fix(rag): remove stray backslash from rag setup script
This commit is contained in:
parent
a2b18d5ca2
commit
b1b13deea7
|
|
@ -32,7 +32,7 @@ echo ""
|
||||||
bash "$(dirname "$0")/00-authcheck.sh"
|
bash "$(dirname "$0")/00-authcheck.sh"
|
||||||
|
|
||||||
gcloud services enable aiplatform.googleapis.com
|
gcloud services enable aiplatform.googleapis.com
|
||||||
storage.googleapis.com
|
storage.googleapis.com
|
||||||
--project="${PROJECT_ID}" --quiet
|
--project="${PROJECT_ID}" --quiet
|
||||||
echo "✓ APIs enabled"
|
echo "✓ APIs enabled"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user