diff --git a/cmd/helm/template_test.go b/cmd/helm/template_test.go index cf7b8e2cb..d6381f1db 100644 --- a/cmd/helm/template_test.go +++ b/cmd/helm/template_test.go @@ -91,8 +91,7 @@ func TestTemplateCmd(t *testing.T) { }, { name: "template with show-only multiple", - cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml "+ - "--show-only charts/subcharta/templates/service.yaml", chartPath), + cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml --show-only charts/subcharta/templates/service.yaml", chartPath), golden: "output/template-show-only-multiple.txt", }, }