Skip to content

Commit 5664a60

Browse files
authored
Merge pull request #22 from CrowdStrike/feature/upgrade_provider
main.go
2 parents 3fb20b2 + 3b19c40 commit 5664a60

File tree

1 file changed

+1
-1
lines changed
  • provider/cmd/pulumi-resource-crowdstrike

1 file changed

+1
-1
lines changed

provider/cmd/pulumi-resource-crowdstrike/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"
2525
)
2626

27-
//go:embed schema-embed.json
27+
//go:embed schema.json
2828
var pulumiSchema []byte
2929

3030
func main() {

0 commit comments

Comments
 (0)