From 003e7145a5bf6faa8991531d77cc4abff4869eda Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Fri, 25 Sep 2020 12:28:52 +1000 Subject: Apply suggestions from review --- internal/serving/disk/zip/serving.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/serving/disk/zip') 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 -- cgit v1.2.3