mirror of https://github.com/status-im/consul.git
docs: add quotes around example invocation for google cloud retry join
This commit is contained in:
parent
58b79d43b7
commit
472398b174
|
@ -318,7 +318,7 @@ will exit with an error at startup.
|
|||
project which have the given `tag_value`.
|
||||
|
||||
```sh
|
||||
$ consul agent -retry-join provider=gce project_name=xxx tag_value=xxx
|
||||
$ consul agent -retry-join "provider=gce project_name=xxx tag_value=xxx"
|
||||
```
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue