From 424437c1dd79b33e20ee6393f21147f759c9e649 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Sat, 9 Mar 2019 07:05:28 +0100 Subject: [PATCH] Update secret.md (#13039) Command output fixed --- content/en/docs/concepts/configuration/secret.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index c54a487468..b6911c5fd9 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -530,9 +530,10 @@ echo $SECRET_USERNAME ``` admin ``` -``` +```shell echo $SECRET_PASSWORD ``` +``` 1f2d1e2e67df ```