Skip to content

Commit 1609c00

Browse files
committed
Fix error string
1 parent 5c73c63 commit 1609c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/lfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func LFSFileGet(ctx *context.Context) {
256256

257257
p := lfs.Pointer{Oid: oid}
258258
if !p.IsValid() {
259-
ctx.NotFound("LFSDelete", nil)
259+
ctx.NotFound("LFSFileGet", nil)
260260
return
261261
}
262262

0 commit comments

Comments
 (0)