Skip to content

Commit

Permalink
update pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdaGastan committed Aug 8, 2024
1 parent 51a3ec7 commit 66e3592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/cmd/pulumi-gen-threefold/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ func writeDotnetClient(pkg *schema.Package, outDir string) {
}

func writeGoClient(pkg *schema.Package, outDir string) {
files, err := gogen.GeneratePackage("pulumigen", pkg)
localDependencies := map[string]string{}
files, err := gogen.GeneratePackage("pulumigen", pkg, localDependencies)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 66e3592

Please sign in to comment.