Fix invalid JSON in agent-api /v1/self example output. (#3183)

pull/3190/head
Jason Martin 2017-06-24 16:16:27 -07:00 committed by James Phillips
parent a6987c1812
commit 1dc57ce5e4
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }
} }
``` ```