Skip to content

Commit 0428784

Browse files
authored
Fix addition install error (#104)
1 parent e6b335f commit 0428784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/installer/check.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ func (o *Installer) ProviderURLParse(path string, acceptPreRelease bool) (url st
163163
VersionNum: strings.TrimPrefix(version, "v"),
164164
}
165165
o.Package = &cfg
166+
o.AdditionBinaries = cfg.AdditionBinaries
166167

167168
if version == "latest" || version == "" {
168169
ghClient := pkg.ReleaseClient{

0 commit comments

Comments
 (0)