Skip to content

Commit 3a797e0

Browse files
Ivan De Marinodetro
Ivan De Marino
authored andcommitted
lint
1 parent 979f2e0 commit 3a797e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ provider %[1]q {
511511
}
512512

513513
i := install.NewInstaller()
514-
sources := []src.Source{}
514+
var sources []src.Source
515515
if g.tfVersion != "" {
516516
g.infof("downloading Terraform CLI binary version from releases.hashicorp.com: %s", g.tfVersion)
517517
sources = []src.Source{

0 commit comments

Comments
 (0)