a tab snuck in

This commit is contained in:
Cedric Meury 2018-03-26 00:11:10 +02:00
parent 6c6f300423
commit 915c190901
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func NewHelmExec(writer io.Writer, kubeContext string) Interface {
return &execer{
writer: writer,
kubeContext: kubeContext,
runner: new(CliRunner),
runner: new(CliRunner),
}
}