spelling: don't

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent 34cb82b19e
commit 365617044d

@ -418,7 +418,7 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string
registry.ClientOptWriter(out), registry.ClientOptWriter(out),
) )
if err != nil { if err != nil {
// TODO: dont panic here, refactor newRootCmd to return error // TODO: don't panic here, refactor newRootCmd to return error
panic(err) panic(err)
} }
actionConfig.RegistryClient = registryClient actionConfig.RegistryClient = registryClient

Loading…
Cancel
Save