Skip to content

Commit 280c507

Browse files
committed
fix(sessionData): update gzipped-tar file extension for archive
1 parent 11c0a0d commit 280c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serverHandler/sessionData.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ func (h *aliasHandler) getSessionData(r *http.Request) (session *sessionContext,
463463
case "tgz":
464464
isArchive = true
465465
arFmt = tgzFmt
466-
outFileName = ".tar.tz"
466+
outFileName = ".tar.gz"
467467
case "zip":
468468
isArchive = true
469469
arFmt = zipFmt

0 commit comments

Comments
 (0)