mirror of https://github.com/status-im/consul.git
Fix invalid JSON in agent-api /v1/self example output. (#3183)
This commit is contained in:
parent
a6987c1812
commit
1dc57ce5e4
|
@ -172,7 +172,7 @@ $ curl \
|
|||
},
|
||||
"Meta": {
|
||||
"instance_type": "i2.xlarge",
|
||||
"os_version": "ubuntu_16.04",
|
||||
"os_version": "ubuntu_16.04"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue