aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/git-lfs-server/main.go
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-02 01:09:23 +0100
committerLibravatar Rutger Broekhoff2024-01-02 01:09:23 +0100
commit8733aada5526ffae240865b97f83c752cb896a85 (patch)
treef53f8948960cc8d21e72109252001feb2ae60138 /cmd/git-lfs-server/main.go
parenta1a58fb93f7b504cd7c488709ad0604fadc358f3 (diff)
downloadgitolfs3-8733aada5526ffae240865b97f83c752cb896a85.tar.gz
gitolfs3-8733aada5526ffae240865b97f83c752cb896a85.zip
lol oops
Diffstat (limited to 'cmd/git-lfs-server/main.go')
-rw-r--r--cmd/git-lfs-server/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/git-lfs-server/main.go b/cmd/git-lfs-server/main.go
index 78a9b0f..3bb1173 100644
--- a/cmd/git-lfs-server/main.go
+++ b/cmd/git-lfs-server/main.go
@@ -618,7 +618,7 @@ func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
618 return 618 return
619 } 619 }
620 620
621 h.handleBatchAPI(w, r.WithContext(ctx), repo) 621 h.handlePutObject(w, r.WithContext(ctx), repo, oid)
622 return 622 return
623 } 623 }
624 624