From 6fd4b312b077c3b82edebfecb88c529ff3186a45 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 26 Feb 2025 19:35:19 +0100 Subject: [PATCH] Fix small typo --- content/learn/getting-started-secret-management.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learn/getting-started-secret-management.adoc b/content/learn/getting-started-secret-management.adoc index df666a68a..25ccd3ba4 100644 --- a/content/learn/getting-started-secret-management.adoc +++ b/content/learn/getting-started-secret-management.adoc @@ -118,7 +118,7 @@ In this situation, it's often helpful to run the following command before you tr + ---- -$ .export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv' +$ export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv' ---- *This is intended as a temporary debug measure and should not be part of a normal production workflow since it may very well log secrets to stdout.*