We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1267fdd commit d0bac30Copy full SHA for d0bac30
src/serverHandler/archiveTar.go
@@ -21,6 +21,7 @@ func writeTar(tw *tar.Writer, f *os.File, fInfo os.FileInfo, archivePath string)
21
typeFlag = tar.TypeDir
22
mode = 0755
23
} else {
24
+ typeFlag = tar.TypeReg
25
mode = 0644
26
size = fInfo.Size()
27
}
0 commit comments