Skip to content

Commit dd651f1

Browse files
authored
fix: updated broken ruleset_schema URL (fixes #2154) (#2409)
1 parent d2b5e79 commit dd651f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
"rulebooks/*.yaml",
10121012
"rulebooks/*.yml"
10131013
],
1014-
"url": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/schema/ruleset_schema.json"
1014+
"url": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/ansible_rulebook/schema/ruleset_schema.json"
10151015
}
10161016
]
10171017
},

0 commit comments

Comments
 (0)