More renames

This commit is contained in:
Bryce Lampe
2024-04-19 16:29:03 -07:00
parent 40f5fdf15e
commit bcf1c48554
22 changed files with 412 additions and 422 deletions

View File

@@ -53,7 +53,7 @@ export function getVersion(): string {
/** @internal */
export function resourceOptsDefaults(): any {
return { version: getVersion(), pluginDownloadURL: "github.com/pulumi/pulumi-docker-build" };
return { version: getVersion() };
}
/** @internal */