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