Skip to content

Commit

Permalink
Fixed typo for command htpasswd
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanbes committed Jul 21, 2014
1 parent 0ce8539 commit dcbb6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Basic authentication may be set up with

```
apt: pkg=apache2-utils
command: httpasswd -bc {{ grafana_nginx_http_auth_file }} username password
command: htpasswd -bc {{ grafana_nginx_http_auth_file }} username password
```

## Self-Signed Certificate
Expand Down

0 comments on commit dcbb6ad

Please sign in to comment.