There was an error while loading. Please reload this page.
1 parent 0adb671 commit 36759c6Copy full SHA for 36759c6
1 file changed
internal/config/flags/kubernetes.go
@@ -31,7 +31,7 @@ func Context(cmd *cobra.Command) {
31
return nil, cobra.ShellCompDirectiveNoFileComp
32
}
33
names := make([]string, 0, len(conf.Contexts))
34
- for name, _ := range conf.Contexts {
+ for name := range conf.Contexts {
35
names = append(names, name)
36
37
return names, cobra.ShellCompDirectiveNoFileComp
0 commit comments