summaryrefslogtreecommitdiffstats
path: root/routers/api/packages/helm
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/packages/helm')
-rw-r--r--routers/api/packages/helm/helm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/packages/helm/helm.go b/routers/api/packages/helm/helm.go
index f59cfc7c7b..9c85e0874f 100644
--- a/routers/api/packages/helm/helm.go
+++ b/routers/api/packages/helm/helm.go
@@ -138,7 +138,7 @@ func DownloadPackageFile(ctx *context.Context) {
}
defer s.Close()
- ctx.ServeStream(s, pf.Name)
+ ctx.ServeContent(pf.Name, s, pf.CreatedUnix.AsLocalTime())
}
// UploadPackage creates a new package