Skip to content

Commit

Permalink
removing unnessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylonmcShan03 committed Aug 28, 2024
1 parent 4d30008 commit 393479e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm-framework/helm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func (p *HelmProvider) Configure(ctx context.Context, req provider.ConfigureRequ
if os.Getenv("HELM_DEBUG") == "true" {
debug = true
}
// Override environment variables if the configuration values are provided
if !config.Debug.IsNull() {
debug = true
}
Expand Down

0 comments on commit 393479e

Please sign in to comment.