summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJason Thatcher <jason@jthat.com>2023-07-04 16:18:30 +1000
committerGitHub <noreply@github.com>2023-07-04 08:18:30 +0200
commit4a92dce449138cf6d6d88021de5bee5ee8388cc6 (patch)
tree4f6fc78fbe530a1805a2e8916d356b80ef7f5582 /config
parent419dbefd6c4eb257f9005a3d510621a9c9eb8a46 (diff)
downloadinvidious-4a92dce449138cf6d6d88021de5bee5ee8388cc6.tar.gz
invidious-4a92dce449138cf6d6d88021de5bee5ee8388cc6.tar.bz2
invidious-4a92dce449138cf6d6d88021de5bee5ee8388cc6.zip
config.example.yml: Fix typo in pwgen command (#3965)
`pwdgen` -> `pwgen`.
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index 2da6e55e..34070fe5 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -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>