From 2a4434281c2a2e3a5e294aa004ba4ab6f491e79f Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:10:55 +0000 Subject: [PATCH] Fix whitespace --- logserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logserver.go b/logserver.go index 7c81ca1..4b3cacd 100644 --- a/logserver.go +++ b/logserver.go @@ -155,7 +155,7 @@ func serveTarball(w http.ResponseWriter, r *http.Request, dir string) error { // This tends to trigger archive type tools, which will then use the filename to // identify the contents correctly. w.Header().Set("Content-Type", "application/gzip") - w.Header().Set("Content-Disposition", "attachment; filename=" + dfilename+".tar.gz") + w.Header().Set("Content-Disposition", "attachment; filename=" + dfilename + ".tar.gz") filenames, err := directory.Readdirnames(-1) if err != nil {