Skip to content

Commit 13bfb89

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
fix: command invokation
1 parent b05c108 commit 13bfb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/runfile/schema.runfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary 'Run json-schema checks on all examples'
33
action do
44
Example.all.each do |example|
55
file = example.yaml_path
6-
command = "check-jsonschema --schemafile schema.json #{file}"
6+
command = "check-jsonschema --schemafile schemas/bashly.json #{file}"
77
success = system command
88
color = success ? 'g' : 'r'
99
say "- check-jsonschema #{color}`#{example.dir}`"

0 commit comments

Comments
 (0)