Skip to content

Commit

Permalink
Remove use of BaseProvider.PluginDownloadURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Nov 25, 2024
1 parent 240fada commit d2135b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/codegen/java/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ import com.pulumi.deployment.Deployment;
`,
pkg.Parameterization.BaseProvider.Name,
pkg.Parameterization.BaseProvider.Version,
pkg.Parameterization.BaseProvider.PluginDownloadURL,
pkg.PluginDownloadURL,
pkg.Name,
base64.StdEncoding.EncodeToString(pkg.Parameterization.Parameter),
)
Expand Down

0 comments on commit d2135b2

Please sign in to comment.