Skip to content

Commit

Permalink
fix: minor issue with schemastore part of script (#4195)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Feb 1, 2024
1 parent cca3c0f commit 24c9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_schema.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(schemastore: bool, outfile: IO[str]) -> None:
}

if schemastore:
schema["$id"] = ("https://json.schemastore.org/partial-black.json",)
schema["$id"] = "https://json.schemastore.org/partial-black.json"
# The precise list of unstable features may change frequently, so don't
# bother putting it in SchemaStore
schema["properties"]["enable-unstable-feature"]["items"] = {"type": "string"}
Expand Down

0 comments on commit 24c9c01

Please sign in to comment.