Skip to content

Commit 9c12d93

Browse files
committed
Merge pull request #193 from damz/patch-1
Fix typo in URL of the smart git-receive-pack
2 parents 164a07f + 710eb80 commit 9c12d93

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)