We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a7f3f commit 91f0805Copy full SHA for 91f0805
internal/config/k9s.go
@@ -193,6 +193,9 @@ func (k *K9s) ActivateContext(n string) (*data.Context, error) {
193
if k.activeConfig.Context == nil {
194
return nil, fmt.Errorf("context activation failed for: %s", n)
195
}
196
+ if k.activeConfig.Context == nil {
197
+ return nil, fmt.Errorf("context activation failed for: %s", n)
198
+ }
199
200
return k.activeConfig.Context, nil
201
0 commit comments