Skip to content

Commit

Permalink
Fix addition install error (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Aug 24, 2021
1 parent e6b335f commit 0428784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/installer/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func (o *Installer) ProviderURLParse(path string, acceptPreRelease bool) (url st
VersionNum: strings.TrimPrefix(version, "v"),
}
o.Package = &cfg
o.AdditionBinaries = cfg.AdditionBinaries

if version == "latest" || version == "" {
ghClient := pkg.ReleaseClient{
Expand Down

0 comments on commit 0428784

Please sign in to comment.