mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-01 03:45:59 +00:00
fix(go): rename invalid comment format
This commit is contained in:
parent
c34791395e
commit
5526dd4aac
2
internal/env/constants.go
vendored
2
internal/env/constants.go
vendored
@ -19,7 +19,7 @@ const (
|
|||||||
// interactive context selection when fzf is installed.
|
// interactive context selection when fzf is installed.
|
||||||
EnvFZFIgnore = "KUBECTX_IGNORE_FZF"
|
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.
|
// when printing current context in a list.
|
||||||
EnvNoColor = `NO_COLOR`
|
EnvNoColor = `NO_COLOR`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user