From 1dc57ce5e4729b86cbdd2b5c8c9ad55ffd1ca3b7 Mon Sep 17 00:00:00 2001 From: Jason Martin Date: Sat, 24 Jun 2017 16:16:27 -0700 Subject: [PATCH] Fix invalid JSON in agent-api /v1/self example output. (#3183) --- website/source/api/agent.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/agent.html.md b/website/source/api/agent.html.md index cf8ea8d5b9..90738b8ce0 100644 --- a/website/source/api/agent.html.md +++ b/website/source/api/agent.html.md @@ -172,7 +172,7 @@ $ curl \ }, "Meta": { "instance_type": "i2.xlarge", - "os_version": "ubuntu_16.04", + "os_version": "ubuntu_16.04" } } ```