From 87628894c76598195f6270092876119770fa4bfa Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Fri, 8 Apr 2016 14:49:03 -0500 Subject: [PATCH] Update secrets/index.md fixing example for Consuming Secret Values from Environment Variables --- docs/user-guide/secrets/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/secrets/index.md b/docs/user-guide/secrets/index.md index 648e7715b9..8dacb15aef 100644 --- a/docs/user-guide/secrets/index.md +++ b/docs/user-guide/secrets/index.md @@ -274,7 +274,7 @@ This is the result of commands executed inside the container from the example ab ```shell $ echo $SECRET_USERNAME admin -$ cat /etc/foo/password +$ echo $SECRET_PASSWORD 1f2d1e2e67df ```