We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f3524 commit efaf93cCopy full SHA for efaf93c
1 file changed
internal/pluginshared/binary.go
@@ -128,7 +128,7 @@ func (v BinaryManager) resolveRelease() (*Binary, error) {
128
129
// Unarchive
130
unzip := getter.ZipDecompressor{
131
- FilesLimit: 1,
+ FilesLimit: 3,
132
FileSizeLimit: 500 * MB,
133
}
134
targetPath := v.binaryLocation()
@@ -145,7 +145,7 @@ func (v BinaryManager) resolveRelease() (*Binary, error) {
145
146
147
return &Binary{
148
- Path: path.Join(targetPath, v.binaryName),
+ Path: path.Join(targetPath, "tfstacks"),
149
ProductVersion: manifest.Version,
150
ResolvedFromCache: false,
151
}, nil
0 commit comments