diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 14:31:44 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-22 14:31:44 +0200 |
commit | 28b661aa47dcdae680847635115c0e0b18a7c67b (patch) | |
tree | 0c11286296e3fd5393ff85877c64cc285b83860f | |
parent | 453b1c684e2c92fad41ad50fa7a2c9a184f960c5 (diff) | |
download | diplonat-28b661aa47dcdae680847635115c0e0b18a7c67b.tar.gz diplonat-28b661aa47dcdae680847635115c0e0b18a7c67b.zip |
Fix tag format
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |