From 7f86f2c1fb1b3d8ea2ce30e830327277a1576e49 Mon Sep 17 00:00:00 2001 From: jianglai Date: Mon, 16 Apr 2018 08:51:04 -0700 Subject: [PATCH] Correct a minor issue to proxy setup doc gsutil config does not have to be run more than once. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193046087 --- docs/proxy-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxy-setup.md b/docs/proxy-setup.md index c5ac6f1f8..3f6af8f1b 100644 --- a/docs/proxy-setup.md +++ b/docs/proxy-setup.md @@ -59,7 +59,7 @@ environment. In the proxy project, create a GCS bucket to store the terraform state file: ```bash -$ gsutil config +$ gsutil config # only if you haven't run gsutil before. $ gsutil mb -p gs:/// ```