mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-16 00:06:22 +00:00
Fix some comments
Signed-off-by: pullmerge <watchmessi@outlook.com>
This commit is contained in:
parent
8fb8c9f2f2
commit
e6d52856c3
@ -31,7 +31,7 @@ type DeleteOp struct {
|
||||
// deleteContexts deletes context entries one by one.
|
||||
func (op DeleteOp) Run(_, stderr io.Writer) error {
|
||||
for _, ctx := range op.Contexts {
|
||||
// TODO inefficency here. we open/write/close the same file many times.
|
||||
// TODO inefficiency here. we open/write/close the same file many times.
|
||||
deletedName, wasActiveContext, err := deleteContext(ctx)
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "error deleting context \"%s\"", deletedName)
|
||||
|
Loading…
Reference in New Issue
Block a user