Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Aug 23, 2024
1 parent 2fdab76 commit bda9815
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 @@ -123,7 +123,7 @@ def index_release_to_elasticsearch(es : Elasticsearch, index_name, release_detai
}
elif 'images' == name_without_extension:
package_changed = True
package_id = name_without_extension + '_sdk'
package_id = name_without_extension + '_sdk'
if len(metadata_content) > 1:
package_changed = metadata_content[0]['images']['hash'] != metadata_content[1]['images']['hash']
doc = {
Expand Down

0 comments on commit bda9815

Please sign in to comment.