fix(go): rename invalid comment format

This commit is contained in:
RouxAntoine 2024-12-22 13:17:13 +01:00
parent c34791395e
commit 5526dd4aac
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

@ -19,7 +19,7 @@ const (
// interactive context selection when fzf is installed.
EnvFZFIgnore = "KUBECTX_IGNORE_FZF"
// EnvForceColor describes the environment variable to disable color usage
// EnvNoColor describes the environment variable to disable color usage
// when printing current context in a list.
EnvNoColor = `NO_COLOR`