Skip to content

Commit

Permalink
Changed vesion to version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Nov 8, 2024
1 parent 60ae596 commit ad920a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai

# Print new version after indexing
if previous_version != doc['vesion']:
print(f"\033[95mVersion for asset {name_without_extension} has been updated from {previous_version} to {doc['vesion']}")
print(f"\033[95mVersion for asset {name_without_extension} has been updated from {previous_version} to {doc['version']}")

def is_release_latest(repo, token, release_version):
api_headers = get_headers(True, token)
Expand Down

0 comments on commit ad920a8

Please sign in to comment.