Skip to content

Commit 553c62a

Browse files
author
iprok
committed
fix a typo: .htaccess instead of .htpasswd
1 parent 6390e50 commit 553c62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/smart-http.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Finally you'll want to make writes be authenticated somehow, possibly with an Au
5353
</LocationMatch>
5454
----
5555

56-
That will require you to create a `.htaccess` file containing the passwords of all the valid users.
56+
That will require you to create a `.htpasswd` file containing the passwords of all the valid users.
5757
Here is an example of adding a ``schacon'' user to the file:
5858

5959
[source,console]

0 commit comments

Comments
 (0)