From 365617044d328881f3af86f9879737a758bd8f46 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 16 Dec 2019 15:32:03 -0500 Subject: [PATCH] spelling: don't Signed-off-by: Josh Soref --- cmd/helm/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index f0a034d45..acbdedc67 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -418,7 +418,7 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string registry.ClientOptWriter(out), ) if err != nil { - // TODO: dont panic here, refactor newRootCmd to return error + // TODO: don't panic here, refactor newRootCmd to return error panic(err) } actionConfig.RegistryClient = registryClient