We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb8c9f commit 4997a26Copy full SHA for 4997a26
cmd/kubectx/delete.go
@@ -31,7 +31,7 @@ type DeleteOp struct {
31
// deleteContexts deletes context entries one by one.
32
func (op DeleteOp) Run(_, stderr io.Writer) error {
33
for _, ctx := range op.Contexts {
34
- // TODO inefficency here. we open/write/close the same file many times.
+ // TODO inefficiency here. we open/write/close the same file many times.
35
deletedName, wasActiveContext, err := deleteContext(ctx)
36
if err != nil {
37
return errors.Wrapf(err, "error deleting context \"%s\"", deletedName)
0 commit comments