Skip to content

Commit 710eb80

Browse files
committed
1 parent 164a07f commit 710eb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/transfer-protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The client then makes another request, this time a `POST`, with the data that `g
205205

206206
[source]
207207
----
208-
=> POST http://server/simplegit-progit.git/git-receive/pack
208+
=> POST http://server/simplegit-progit.git/git-receive-pack
209209
----
210210

211211
The `POST` request includes the `send-pack` output and the packfile as its payload.

0 commit comments

Comments
 (0)