Skip to content

Commit

Permalink
fix: Update CI Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 17, 2024
1 parent a2e133b commit 1b7acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/verify_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
f = open('verified-mods.json')
manifesto = json.load(f)

for mod in manifesto:
for mod in manifesto['thunderstore']:
print('Verifying "{}":'.format(mod))

# Build GitHub API link and fetch distant tags list
Expand Down

0 comments on commit 1b7acce

Please sign in to comment.