config.example.yml: Fix typo in pwgen command

`pwdgen` -> `pwgen`.
This commit is contained in:
Jason Thatcher 2023-07-04 14:44:50 +10:00 committed by GitHub
parent 419dbefd6c
commit ab6cd8e38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>