Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-09-25 05:28:52 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-09-25 05:28:52 +0300
commit003e7145a5bf6faa8991531d77cc4abff4869eda (patch)
treec437e880bd6f35bba4202ee0b91799de7df1a668 /internal/serving/disk/zip
parent6230f6525fbe6cb1a75e650185062070621d82a4 (diff)
Apply suggestions from review
Diffstat (limited to 'internal/serving/disk/zip')
-rw-r--r--internal/serving/disk/zip/serving.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/serving/disk/zip/serving.go b/internal/serving/disk/zip/serving.go
index e9a5f1fa..95894fc9 100644
--- a/internal/serving/disk/zip/serving.go
+++ b/internal/serving/disk/zip/serving.go
@@ -7,7 +7,7 @@ import (
"gitlab.com/gitlab-org/gitlab-pages/internal/vfs/zip"
)
-var instance = disk.New(vfs.Instrumented(zip.New("zip")))
+var instance = disk.New(vfs.Instrumented(zip.New()))
// Instance returns a serving instance that is capable of reading files
// from a zip archives opened from a URL, most likely stored in object storage