use modified cmd args. closes #4
This commit is contained in:
parent
441f00c670
commit
07cca09069
|
|
@ -102,7 +102,7 @@ func (helm *execer) exec(args ...string) ([]byte, error) {
|
|||
helm.writer.Write([]byte(fmt.Sprintf("exec: helm %s\n", strings.Join(cmdargs, " "))))
|
||||
}
|
||||
|
||||
cmd := exec.Command(command, args...)
|
||||
cmd := exec.Command(command, cmdargs...)
|
||||
cmd.Dir = dir
|
||||
return cmd.CombinedOutput()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue