Skip to content

Commit

Permalink
Fix a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Jan 31, 2021
1 parent a2da1f1 commit 67d8c38
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 @@ -62,7 +62,7 @@ func (k *KubeConfig) GetCurrentContext() (*KubeContext, error) {
return ctx, nil
}
}
return nil, nil
return &KubeContext{}, nil
}

// SetCurrentContext sets current context by passing param.
Expand Down

0 comments on commit 67d8c38

Please sign in to comment.