Skip to content
Snippets Groups Projects
Commit 7cd60cc1 authored by Alex Clemmer's avatar Alex Clemmer
Browse files

Fix `nil` dereference error in #129

In line 161 of `root.go`, we're failing to check whether a cluster in
the $KUBECONFIG clusters array exists before using it. This will cause a
`nil` dereference error.
parent 57079c8e
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment