Skip to content

Commit 6dad9d3

Browse files
committed
Add comment
1 parent efaf93c commit 6dad9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pluginshared/binary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (v BinaryManager) resolveRelease() (*Binary, error) {
128128

129129
// Unarchive
130130
unzip := getter.ZipDecompressor{
131-
FilesLimit: 3,
131+
FilesLimit: 3, // plugin binary, .version file, and LICENSE.txt
132132
FileSizeLimit: 500 * MB,
133133
}
134134
targetPath := v.binaryLocation()

0 commit comments

Comments
 (0)