Skip to content

Commit c5dc4f4

Browse files
committed
Move hashes to sha256
1 parent 229943d commit c5dc4f4

16 files changed

+1
-1
lines changed

scripts/vendor-schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def schema2filename(name: str) -> str:
3333

3434

3535
def schema2hashfile(name: str) -> str:
36-
return f"src/check_jsonschema/builtin_schemas/vendor/{name}.sha256"
36+
return f"src/check_jsonschema/builtin_schemas/vendor/sha256/{name}.sha256"
3737

3838

3939
def file2digest(filepath: str) -> str:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)