From 884dc8480555da60b4fb373829e6f6668abe2b1a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 16 Dec 2015 22:51:03 -0800 Subject: [PATCH] Adds a base64 decode step to the example. --- website/source/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index d69c7638b..5ad59f01a 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -178,6 +178,8 @@ description: Service discovery and configuration made easy. Distributed, highly

"Value": "YmFy"

}

]

+

admin@hashicorp: echo "YmFy" | base64 --decode

+

bar

admin@hashicorp: