mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-23 04:12:33 -04:00
Fix typo
This commit is contained in:
parent
66413c610a
commit
c47aa01bd1
@ -36,7 +36,7 @@ def _is_valid(tag):
|
|||||||
|
|
||||||
parser = InfoParser(json_path=brand.info_file, build_number=version.build_number)
|
parser = InfoParser(json_path=brand.info_file, build_number=version.build_number)
|
||||||
if parser.version != version:
|
if parser.version != version:
|
||||||
_exit_with_error(f"Ivalid date in tag: {tag}, does not match year.month of ZIM file in {brand.info_file}, it should be: {parser.version.semantic}")
|
_exit_with_error(f"Invalid date in tag: {tag}, does not match year.month of ZIM file in {brand.info_file}, it should be: {parser.version.semantic}")
|
||||||
|
|
||||||
print(f"{brand.name} {version.semantic_downgraded}")
|
print(f"{brand.name} {version.semantic_downgraded}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user