Skip to content

Commit

Permalink
removed useless var
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Nov 27, 2023
1 parent c07baa0 commit ec9c02f
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 ec9c02f

Please sign in to comment.