Skip to content

Commit

Permalink
DEV: Compare schemas when forcing without release
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 9, 2025
1 parent ceed759 commit f625977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-schema
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def write_schema(
f"{BOLD}{schema.FILENAME}{NC} version {BOLD}{schema.VERSION}{NC}: "
f"modifying '$id' url to 'prod':\n {schema.url()}",
)
else:
elif new_schema == existing_schema:
print(
PASS,
f"{BOLD}{schema.FILENAME}{NC} version "
Expand Down

0 comments on commit f625977

Please sign in to comment.