diff options
Diffstat (limited to 'routers/web/repo/download.go')
-rw-r--r-- | routers/web/repo/download.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/repo/download.go b/routers/web/repo/download.go index 2a83bafa85..6755cda874 100644 --- a/routers/web/repo/download.go +++ b/routers/web/repo/download.go @@ -116,7 +116,7 @@ func getBlobForEntry(ctx *context.Context) (blob *git.Blob, lastModified time.Ti } blob = entry.Blob() - return + return blob, lastModified } // SingleDownload download a file by repos path |