Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit b94acaf

Browse files
author
knrt10
committed
util/install.go: Fix error message
Signed-off-by: knrt10 <kautilya@kinvolk.io>
1 parent c1ea30b commit b94acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/components/util/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func UninstallComponent(c components.Component, kubeconfig []byte, deleteNSBool
184184

185185
cfg, err := HelmActionConfig(ns, kubeconfig)
186186
if err != nil {
187-
return fmt.Errorf("failed preparing helm client: %w", err)
187+
return fmt.Errorf("preparing Helm client: %w", err)
188188
}
189189

190190
history := action.NewHistory(cfg)

0 commit comments

Comments
 (0)