Skip to content

Commit

Permalink
Rename example template
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Sep 25, 2024
1 parent b011017 commit f0cbd23
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 f0cbd23

Please sign in to comment.