mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-17 08:41:55 +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.
|
// deleteContexts deletes context entries one by one.
|
||||||
func (op DeleteOp) Run(_, stderr io.Writer) error {
|
func (op DeleteOp) Run(_, stderr io.Writer) error {
|
||||||
for _, ctx := range op.Contexts {
|
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)
|
deletedName, wasActiveContext, err := deleteContext(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.Wrapf(err, "error deleting context \"%s\"", deletedName)
|
return errors.Wrapf(err, "error deleting context \"%s\"", deletedName)
|
||||||
|
Loading…
Reference in New Issue
Block a user