From 5526dd4aac4eb4d92bb208e5c48be3d8cbf96e76 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 22 Dec 2024 13:17:13 +0100 Subject: [PATCH] fix(go): rename invalid comment format --- internal/env/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/env/constants.go b/internal/env/constants.go index e6a2a92..c4fd5ba 100644 --- a/internal/env/constants.go +++ b/internal/env/constants.go @@ -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`