diff options
author | Rutger Broekhoff | 2024-01-02 01:09:23 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-01-02 01:09:23 +0100 |
commit | 8733aada5526ffae240865b97f83c752cb896a85 (patch) | |
tree | f53f8948960cc8d21e72109252001feb2ae60138 /cmd | |
parent | a1a58fb93f7b504cd7c488709ad0604fadc358f3 (diff) | |
download | gitolfs3-8733aada5526ffae240865b97f83c752cb896a85.tar.gz gitolfs3-8733aada5526ffae240865b97f83c752cb896a85.zip |
lol oops
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/git-lfs-server/main.go | 2 |
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 | ||