Skip to content

Commit

Permalink
Fix codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Apr 30, 2024
1 parent 24dc6d7 commit 1e24f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-gen-kubernetes-cert-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func emitSDK(language, outdir, schemaPath string) error {
var generator func() (map[string][]byte, error)
switch language {
case "dotnet":
generator = func() (map[string][]byte, error) { return dotnetgen.GeneratePackage(tool, pkg, extraFiles) }
generator = func() (map[string][]byte, error) { return dotnetgen.GeneratePackage(tool, pkg, extraFiles, nil) }
case "go":
generator = func() (map[string][]byte, error) { return gogen.GeneratePackage(tool, pkg) }
case "nodejs":
Expand Down

0 comments on commit 1e24f25

Please sign in to comment.