Skip to content

Commit

Permalink
Merge pull request #1377 from facchettos/diverse-cleanup
Browse files Browse the repository at this point in the history
removed useless var
  • Loading branch information
FabianKramm authored Nov 27, 2023
2 parents c07baa0 + ec9c02f commit 5512a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/vclusterctl/cmd/helm_downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func GetHelmBinaryPath(ctx context.Context, log log.BaseLogger) (string, error)
// test for helm
helmExecutablePath, err := exec.LookPath("helm")
if err != nil {
_ = fmt.Errorf("seems like helm is not installed. Helm is required for the creation of a virtual cluster")
helmExecutablePath, err = downloader.NewDownloader(commands.NewHelmV3Command(), logger, cliconfig.VclusterFolder).EnsureCommand(ctx)
if err != nil {
return "", fmt.Errorf("error while installing helm: %w", err)
Expand Down

0 comments on commit 5512a69

Please sign in to comment.