We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73aec06 + f431907 commit b8847b5Copy full SHA for b8847b5
1 file changed
https/README.md
@@ -68,7 +68,7 @@ basic_auth_users:
68
There are several tools out there to generate bcrypt passwords, e.g.
69
[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html):
70
71
-`htpasswd -nBC 10 "" | tr -d ':\n`
+`htpasswd -nBC 10 "" | tr -d ':\n'`
72
73
That command will prompt you for a password and output the hashed password,
74
which will look something like:
0 commit comments