We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441f00c commit 07cca09Copy full SHA for 07cca09
helmexec/exec.go
@@ -102,7 +102,7 @@ func (helm *execer) exec(args ...string) ([]byte, error) {
102
helm.writer.Write([]byte(fmt.Sprintf("exec: helm %s\n", strings.Join(cmdargs, " "))))
103
}
104
105
- cmd := exec.Command(command, args...)
+ cmd := exec.Command(command, cmdargs...)
106
cmd.Dir = dir
107
return cmd.CombinedOutput()
108
0 commit comments