1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

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
This commit is contained in:
jianglai
2018-04-16 08:51:04 -07:00
parent 53820108fe
commit 7f86f2c1fb

View File

@@ -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 <proxy-project> gs://<bucket-name>/
```