Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Dec 20, 2023
1 parent b95f969 commit 3691809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion schemas/src/op.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ check: check-jsonschema --schemafile ../schema.json
#? Check a file against the bashly.json schema
#? usage: op check FILE

generate: yq -p yaml -o json bashly.yml > ../schema.json
generate: yq -p yaml -o json bashly.yml > ../bashly.json
#? Convert the YAML schema to JSON
#? usage: op generate

0 comments on commit 3691809

Please sign in to comment.