a tab snuck in
This commit is contained in:
parent
6c6f300423
commit
915c190901
|
|
@ -21,7 +21,7 @@ func NewHelmExec(writer io.Writer, kubeContext string) Interface {
|
|||
return &execer{
|
||||
writer: writer,
|
||||
kubeContext: kubeContext,
|
||||
runner: new(CliRunner),
|
||||
runner: new(CliRunner),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue