From 587516ff3814ed9b84e2f56edab2896c659c581d Mon Sep 17 00:00:00 2001 From: Dave Gramlich Date: Mon, 13 Jul 2015 16:09:01 -0400 Subject: [PATCH] Updated gcloud sdk installation steps to include index.yaml within the indexes path --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1154c976427..9edc3b6072d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ $ gcloud config set project $GCLOUD_TESTS_PROJECT_ID $ gcloud auth login # Create the indexes -$ gcloud preview datastore create-indexes system-test/data/ +$ gcloud preview datastore create-indexes system-test/data/index.yaml ``` You may now run the system tests: