From e2f2d3d03f762080c0b1efd27e16d9a87ce32914 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Mon, 14 Apr 2014 12:48:26 -0400 Subject: [PATCH] website: fix whitespace on terminal demos --- website/source/index.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 4f637cd14..4f569c778 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -134,12 +134,12 @@

true

admin@hashicorp: curl http://localhost:8500/v1/kv/foo

[

-

{

+

{

"CreateIndex":100,

"ModifyIndex":200,

-

"Key":"zip",

-

"Flags":0,

-

"Value":"aGVsbG8gd29ybGQK=="

+

"Key":"zip",

+

"Flags":0,

+

"Value":"aGVsbG8gd29ybGQK=="

}

]

admin@hashicorp: