Skip to content

Commit

Permalink
Fix a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Feb 3, 2021
1 parent caf00b1 commit 3132cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kubeconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (k *KubeConfig) GetContexts() ([]*KubeContext, error) {
for e1, v1 := range ctx.(map[interface{}]interface{}) {
k1, err := InterfaceToString(e1)
if err != nil {
return nil, err
continue
}
switch k1 {
case "cluster":
Expand Down

0 comments on commit 3132cd4

Please sign in to comment.