fix comment

This commit is contained in:
Joffrey
2025-02-28 15:05:04 +01:00
committed by Ahmet Alp Balkan
parent 7fc9c21f4b
commit cef93629f0

View File

@@ -23,7 +23,7 @@ import (
"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{}
func (_ UnsetOp) Run(_, stderr io.Writer) error {