From a7f6c4fe0aef484fbfe3489547eddb27843dd6a9 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 d69c7638b5..5ad59f01aa 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: