Skip to content

Commit b8847b5

Browse files
authored
Merge pull request prometheus#1707 from roidelapluie/doc
https: Fix htpasswd command
2 parents 73aec06 + f431907 commit b8847b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

https/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ basic_auth_users:
6868
There are several tools out there to generate bcrypt passwords, e.g.
6969
[htpasswd](https://httpd.apache.org/docs/2.4/programs/htpasswd.html):
7070

71-
`htpasswd -nBC 10 "" | tr -d ':\n`
71+
`htpasswd -nBC 10 "" | tr -d ':\n'`
7272

7373
That command will prompt you for a password and output the hashed password,
7474
which will look something like:

0 commit comments

Comments
 (0)