Skip to content

Commit

Permalink
Merge pull request #435 from gabstv/patch-1
Browse files Browse the repository at this point in the history
Fix typo in misc/ols.schema.json
  • Loading branch information
DanielGavin authored Jul 17, 2024
2 parents 65e3cd5 + 6c29df7 commit ff04a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ols.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": { "type": "string" },
"path": { "type": "string" }
},
"required": ["name", "checker_path"],
"required": ["name", "path"],
"additionalProperties": false
}
},
Expand Down

0 comments on commit ff04a9b

Please sign in to comment.