Fix tag format

This commit is contained in:
Quentin 2020-05-22 14:31:44 +02:00
parent 453b1c684e
commit 28b661aa47
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do:
```bash
consul agent -dev #in a separate terminal, if not already running
consul services register -name=example -port=1337 -tag="(diplonat ((port 1337) (port 1338)))"
consul services register -name=example -port=1337 -tag="(diplonat (port 1337) (port 1338 1339))"
consul services -id=example
```