Skip to content

Commit 2edbb2b

Browse files
committed
Update README.md
1 parent bf21889 commit 2edbb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/boxcutter_sonatype/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ node.run_state['boxcutter_sonatype'] ||= {}
6363
node.run_state['boxcutter_sonatype']['nexus_repository'] ||= {}
6464

6565
# Provide the Nexus admin password for this Chef run only
66-
node.run_state['boxcutter_sonatype']['nexus_repository']['admin_password'] = 'Superseekret63'
66+
node.run_state['boxcutter_sonatype']['nexus_repository']['admin_password'] = 'superseekret'
6767
```
6868

6969
Using `node.run_state` ensures the password is available only for the duration

0 commit comments

Comments
 (0)