diff --git a/cmd/constant.go b/cmd/constant.go index 3de2de18..eb6e9aeb 100644 --- a/cmd/constant.go +++ b/cmd/constant.go @@ -27,7 +27,7 @@ var forceNoColor = false var colorsEnabled = false func init() { - // when NO_COLOR environment variable presents and not an empty string the colored output should be disabled; + // when NO_COLOR environment variable presents and not an empty string the coloured output should be disabled; // refer to no-color.org forceNoColor = os.Getenv("NO_COLOR") != "" }