Skip to content

Commit

Permalink
chore: update nodejsgen.GeneratePackage to satisfy new function
Browse files Browse the repository at this point in the history
signature
  • Loading branch information
rquitales committed Mar 28, 2024
1 parent 870c3ab commit 3048839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-gen-kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func writeNodeJSClient(pkg *schema.Package, outdir, templateDir string) {
"kustomize/kustomize.ts": mustLoadFile(filepath.Join(templateDir, "kustomize", "kustomize.ts")),
"yaml/yaml.ts": mustRenderTemplate(filepath.Join(templateDir, "yaml", "yaml.tmpl"), templateResources),
}
files, err := nodejsgen.GeneratePackage("pulumigen", pkg, overlays)
files, err := nodejsgen.GeneratePackage("pulumigen", pkg, overlays, nil)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 3048839

Please sign in to comment.