From f285abf5a2d4f4f34130cd8fe5b4962ff3f92973 Mon Sep 17 00:00:00 2001 From: 88lex Date: Wed, 31 Jul 2019 03:01:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd14cc..d77ddb3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is the location where you want to store your service account json keys. Ple Note that you can create a maximum of 100 service accounts per project, but you can store all of your json keys in this directory as long as the json file names do not overlap. -**export ORGANIZATION_ID=""** +**export ORGANIZATION_ID="insertyourorganizationID"** This can be left blank ( "" ) if you have already initialized the organization in gcloud sdk with `gcloud init`. However if you want to be certain then you can manually replace it with your own ORGANIZATION_ID. It is a numeric ID, rather than your account/domain name.