Skip to content

Commit 934a876

Browse files
committed
Missing hyphen in git-http-backend
Add missing hyphen in the command name.
1 parent 461d1be commit 934a876

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
@@ -16,7 +16,7 @@ $ a2enmod cgi alias env
1616

1717
This also enables the `mod_cgi`, `mod_alias`, and `mod_env` modules, which are all needed for this to work properly.
1818

19-
Next we need to add some things to the Apache configuration to run the `git http-backend` as the handler for anything coming into the `/git` path of your web server.
19+
Next we need to add some things to the Apache configuration to run the `git-http-backend` as the handler for anything coming into the `/git` path of your web server.
2020

2121
[source,console]
2222
----

0 commit comments

Comments
 (0)