fix comment

This commit is contained in:
Joffrey 2025-02-28 15:05:04 +01:00
parent d0ed9c007e
commit 66df17e94b

View File

@ -23,7 +23,7 @@ import (
"github.com/ahmetb/kubectx/internal/printer" "github.com/ahmetb/kubectx/internal/printer"
) )
// UnsetOp indicates intention to remove current-context preference. // UnsetOp indicates intention to remove current namespace preference.
type UnsetOp struct{} type UnsetOp struct{}
func (_ UnsetOp) Run(_, stderr io.Writer) error { func (_ UnsetOp) Run(_, stderr io.Writer) error {