Skip to content

Commit 5b3e6ed

Browse files
authored
Merge pull request #551 from mbaldessari/smallfix
Fix small typo
2 parents a55fd19 + 6fd4b31 commit 5b3e6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/getting-started-secret-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In this situation, it's often helpful to run the following command before you tr
118118

119119
+
120120
----
121-
$ .export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv'
121+
$ export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv'
122122
----
123123
*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.*
124124

0 commit comments

Comments
 (0)