diff --git a/cmd/utils/other.go b/cmd/utils/other.go index d89a9b4..f7c7491 100644 --- a/cmd/utils/other.go +++ b/cmd/utils/other.go @@ -105,7 +105,7 @@ func ParseEnv(env string) string { value = matches[4] // unquoted value } var comment = "" - if enabled { + if !enabled { comment = "# " } envs += fmt.Sprintf("%v%v=%v\n", comment, key, value)