We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d892e commit f6a1905Copy full SHA for f6a1905
cookbooks/boxcutter_sonatype/README.md
@@ -66,7 +66,7 @@ node.run_state['boxcutter_sonatype']['nexus_repository'] ||= {}
66
node.run_state['boxcutter_sonatype']['nexus_repository']['admin_password'] = 'Superseekret63'
67
```
68
69
-Using `node.run_state `ensures the password is available only for the duration
+Using `node.run_state` ensures the password is available only for the duration
70
of the Chef run and is not stored or indexed by the Chef Server.
71
72
### Admin password recovery
0 commit comments