Skip to content

Commit f73cc5b

Browse files
authored
Merge pull request #389 from asgrim/fix-typo-pie-settings-schema-name
Fix typo in pie-settings-schema.json ID
2 parents a94afa0 + 8888f04 commit f73cc5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/pie-settings-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/php/pie/main/resources/pie-config-schema.json",
3+
"$id": "https://raw.githubusercontent.com/php/pie/main/resources/pie-settings-schema.json",
44
"title": "PIE configuration file schema",
55
"description": "Schema for PIE tool configuration file",
66
"type": "object",

0 commit comments

Comments
 (0)