config.example.yml: Fix typo in pwgen command (#3965)

`pwdgen` -> `pwgen`.
pull/3936/head
Jason Thatcher 11 months ago committed by GitHub
parent 419dbefd6c
commit 4a92dce449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -460,7 +460,7 @@ jobs:
##
## Note: This parameter is mandatory and should be a random string.
## Such random string can be generated on linux with the following
## command: `pwdgen 20 1`
## command: `pwgen 20 1`
##
## Accepted values: a string
## Default: <none>

Loading…
Cancel
Save