Skip to content

Commit

Permalink
chore: rename embedded schema file from schema-embed.json to schema.j…
Browse files Browse the repository at this point in the history
…son in provider/cmd/pulumi-resource-mssql/main.go
  • Loading branch information
tmeckel committed Oct 8, 2024
1 parent f953ecb commit 4d89c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-mssql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
mssql "github.com/pulumiverse/pulumi-mssql/provider"
)

//go:embed schema-embed.json
//go:embed schema.json
var pulumiSchema []byte

func main() {
Expand Down

0 comments on commit 4d89c63

Please sign in to comment.