Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit d60b8ed

Browse files
authored
examples/aws-nodejs: use lowercase org name
Fix #14.
1 parent ebd49b7 commit d60b8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aws-nodejs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as aws from "@pulumi/aws";
2-
import * as dockerBuildkit from "@MaterializeInc/pulumi-docker-buildkit";
2+
import * as dockerBuildkit from "@materializeinc/pulumi-docker-buildkit";
33

44
const repo = new aws.ecr.Repository("repo");
55

0 commit comments

Comments
 (0)