Skip to content

Commit

Permalink
Rename example template (#417)
Browse files Browse the repository at this point in the history
Fix #408
  • Loading branch information
seanyeh authored Sep 25, 2024
1 parent b011017 commit 69144a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ts-template-source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as service from "@pulumi/pulumiservice";

const source = new service.TemplateSource("source", {
organizationName: "service-provider-test-org",
sourceName: "bootstrap",
sourceName: "bootstrap-ts",
sourceURL: "https://github.com/pulumi/pulumi-pulumiservice",
destination: {
url: "https://github.com/pulumi/pulumi-pulumiservice"
Expand Down

0 comments on commit 69144a3

Please sign in to comment.